Bearbeiten

Series.ChartType Property

Definition

Gets or sets the chart type of a series.

public:
 property System::Web::UI::DataVisualization::Charting::SeriesChartType ChartType { System::Web::UI::DataVisualization::Charting::SeriesChartType get(); void set(System::Web::UI::DataVisualization::Charting::SeriesChartType value); };
[System.ComponentModel.Bindable(true)]
public System.Web.UI.DataVisualization.Charting.SeriesChartType ChartType { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.ChartType : System.Web.UI.DataVisualization.Charting.SeriesChartType with get, set
Public Property ChartType As SeriesChartType

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