Series::ChartType Property
.NET Framework (current version)
Gets or sets the chart type of a series.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
public: [BindableAttribute(true)] property SeriesChartType ChartType { SeriesChartType get(); void set(SeriesChartType value); }
Property Value
Type: System.Windows.Forms.DataVisualization.Charting::SeriesChartTypeA SeriesChartType enumeration value that indicates the chart type that will be used to represent the series. The default value is Column.
This property determines the chart type of the Series object; the value is case-sensitive. See the SeriesChartType enumeration for a list of all possible chart types for a series.
.NET Framework
Available since 4.0
Available since 4.0
Show: