ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.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 System.Nullable(Of ChartType)
    public System.Nullable<ChartType> ChartType {get; set;}
    See Also