Sdílet prostřednictvím


Series.ChartType Vlastnost

Definice

Získá nebo nastaví typ grafu řady.

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

Hodnota vlastnosti

SeriesChartType

Hodnota SeriesChartType výčtu, která označuje typ grafu, který bude použit k reprezentaci řady. Výchozí hodnota je Column.

Atributy

Poznámky

Tato vlastnost určuje typ grafu Series objektu. V hodnotě se rozlišují malá a velká písmena. Seznam všech možných typů grafů pro řadu najdete SeriesChartType ve výčtu.

Platí pro