Sdílet prostřednictvím


Series.ChartType Vlastnost

Definice

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

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

Hodnota vlastnosti

SeriesChartType

SeriesChartTypeHodnota výčtu, která urč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; hodnota rozlišuje velká a malá písmena. SeriesChartTypeSeznam dostupných typů grafů pro řady najdete ve výčtu.

Platí pro