ComponentOne FlexPivot for WinForms
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / Axis Class / SetChartType Method
The ChartType to assign.

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

    Parameters

    type
    The ChartType to assign.
    See Also