ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart.ChartTypeEnum Enumeration

In This Topic
    Chart.ChartTypeEnum Enumeration
    In This Topic
    Specifies the type of chart to display.
    Syntax
    'Declaration
     
    Public Enum Chart.ChartTypeEnum 
       Inherits System.Enum
    public enum Chart.ChartTypeEnum : System.Enum 
    Members
    MemberDescription
    AreaA chart that draws each series as connected points of data, filled below the points.
    BarA chart that draws each series as a bar in a cluster.
    ColumnA chart that draws each series as a vertical bar in a cluster.
    HistogramA chart that takes a collection of raw data values and plots the frequency distribution.
    LineA chart that represents data as data points connected with line.
    PieA chart that draws each series as a slice in a pie.
    PolarA chart that draws each series as (theta,r), where theta is amount of rotation from the origin and r is the distance from the origin.
    RadarA chart that draws each series as a radar line.
    ScatterA chart that uses two values to represent each data point.
    StepA chart that draws each series as a form of a XY Plot chart.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.CustomFields.Chart.ChartTypeEnum

    See Also