ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / Axis Class / SetChartType Method

In This Topic
    SetChartType Method
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetChartType( _
       ByVal type As System.Nullable(Of ChartType) _
    ) 
    public void SetChartType( 
       System.Nullable<ChartType> type
    )

    Parameters

    type
    See Also