FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / Axis Class / ChartType Property

In This Topic
    ChartType Property (Axis)
    In This Topic
    Gets or sets the ChartType.
    Syntax
    'Declaration
     
    Public Property ChartType As Nullable(Of ChartType)
    public Nullable<ChartType> ChartType {get; set;}
    See Also