Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / Chart Class / ChartType Property

In This Topic
    ChartType Property
    In This Topic
    Gets or sets the chart type. Available types are Area, Bar, Pie, Scatter, Line and Column.
    Syntax
    'Declaration
     
    Public Property ChartType As Chart.ChartTypeEnum
    public Chart.ChartTypeEnum ChartType {get; set;}
    See Also