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

In This Topic
    SetChartType Method (Axis)
    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