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 Hodnota výčtu, která označuje typ grafu, který se použije k reprezentaci řady. Výchozí hodnota je Column.

Atributy

Poznámky

Tato vlastnost určuje typ grafu objektu Series ; hodnota je citlivá na malá a velká písmena. SeriesChartType Seznam všech možných typů grafů pro řadu najdete ve výčtu.

Platí pro