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

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

    Parameters

    type
    The ChartType to assign.
    See Also