C1.Win.FlexChart.8 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) _
) 
 

Parameters

type
The ChartType to assign.
See Also