ComponentOne FinancialChart for WPF
SetChartType Method



C1.WPF.Chart Namespace > Axis Class : SetChartType Method
Syntax
'Declaration
 
Public Sub SetChartType( _
   ByVal type As Nullable(Of ChartType) _
) 
'Usage
 
Dim instance As Axis
Dim type As Nullable(Of ChartType)
 
instance.SetChartType(type)
public void SetChartType( 
   Nullable<ChartType> type
)
public:
void SetChartType( 
   Nullable<ChartType> type
) 

Parameters

type
See Also

Reference

Axis Class
Axis Members