ComponentOne FinancialChart for WPF
ChartType Property (Series)



C1.WPF.Chart Namespace > Series Class : ChartType Property
Gets or sets the series chart type.
Syntax
'Declaration
 
Public Property ChartType As ChartType
'Usage
 
Dim instance As Series
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

Series Class
Series Members