Edit

Share via


Series.ChartType Property

Definition

Gets or sets the chart type of a series.

C#
[System.ComponentModel.Bindable(true)]
public System.Web.UI.DataVisualization.Charting.SeriesChartType ChartType { get; set; }

Property Value

A SeriesChartType enumeration value that indicates the chart type that will be used to represent the series. The default value is Column.

Attributes

Remarks

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.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1