FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.Chart 命名空间 / RadarChartType 枚举

本主题中
    RadarChartType 枚举
    本主题中
    Specifies the chart type for FlexRadar control.
    语法
    '声明
     
    Public Enum RadarChartType 
       Inherits System.Enum
    public enum RadarChartType : System.Enum 
    成员
    成员说明
    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.
    继承层次

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

    请参见