ComponentOne FinancialChart for WPF
C1.Chart Namespace / RadarChartType Enumeration



In This Topic
    RadarChartType Enumeration
    In This Topic
    Specifies the chart type for FlexRadar control.
    Syntax
    'Declaration
     
    
    Public Enum RadarChartType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RadarChartType
    public enum RadarChartType : System.Enum 
    public enum class RadarChartType : public System.Enum 
    Members
    MemberDescription
    AreaShows line chart with the area below the line filled with color.
    LineShows trends over a period of time or across categories.
    LineSymbolsShows line chart with a symbol on each data point.
    ScatterShows patterns within the data using X and Y coordinates.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Chart.RadarChartType

    See Also