ComponentOne FinancialChart for WPF
ChartType Property (C1FlexChart)



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

Reference

C1FlexChart Class
C1FlexChart Members