ComponentOne FinancialChart for WPF
ChartType Property (C1FinancialChart)



C1.WPF.Chart.Finance Namespace > C1FinancialChart Class : ChartType Property
Gets or sets the financial chart type.
Syntax
'Declaration
 
Public Shadows Property ChartType As FinancialChartType
'Usage
 
Dim instance As C1FinancialChart
Dim value As FinancialChartType
 
instance.ChartType = value
 
value = instance.ChartType
public new FinancialChartType ChartType {get; set;}
public:
new property FinancialChartType ChartType {
   FinancialChartType get();
   void set (    FinancialChartType value);
}
See Also

Reference

C1FinancialChart Class
C1FinancialChart Members