Series.ChartTypeName Property

Definition

Gets or sets the name of the chart type used to draw the series.

public:
 property System::String ^ ChartTypeName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.ChartTypeConverter))]
public string ChartTypeName { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.ChartTypeConverter))>]
member this.ChartTypeName : string with get, set
Public Property ChartTypeName As String

Property Value

The name of the chart type.

Attributes

Applies to