ComponentOne FinancialChart for WPF
ChartType Property (RadarSeries)



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

Reference

RadarSeries Class
RadarSeries Members