Język

Series.ChartType Właściwość

Definicja

Pobiera lub ustawia typ wykresu serii.

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

Wartość właściwości

SeriesChartType Wartość wyliczenia wskazująca typ wykresu, który będzie używany do reprezentowania serii. Wartość domyślna to Column.

Atrybuty

Uwagi

Ta właściwość określa typ wykresu Series obiektu; wartość jest uwzględniana w wielkości liter. SeriesChartType Zobacz wyliczenie listy wszystkich możliwych typów wykresów dla serii.

Dotyczy