Share via


Series.ChartTypeName Proprietà

Definizione

Ottiene o imposta il nome del tipo di grafico utilizzato per disegnare la serie.

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.Web.UI.DataVisualization.Charting.ChartTypeConverter))]
public string ChartTypeName { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.ChartTypeConverter))>]
member this.ChartTypeName : string with get, set
Public Property ChartTypeName As String

Valore della proprietà

Valore string che rappresenta il nome del tipo di grafico.

Attributi

Si applica a