FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 Assembly / C1.WPF.Chart Namespace / Axis Class / SetChartType Method

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

    Parameters

    type
    See Also