DataPointCustomProperties.CustomPropertiesExtended Proprietà

Definizione

Ottiene o imposta le proprietà personalizzate estese del punto dati. È possibile specificare proprietà personalizzate estese utilizzando il formato NomeAttr1=Valore1, NomeAttr2=Valore2 e così via.

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

Valore della proprietà

Oggetto CustomProperties che rappresenta le proprietà personalizzate estese del punto dati.

Attributi

Si applica a