共用方式為


DataPointCustomProperties.CustomPropertiesExtended 屬性

定義

取得或設定資料點的擴充自訂屬性。 您可以使用下列格式指定擴充自訂屬性:AttrName1=Value1, AttrName2=Value2…

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

屬性值

CustomProperties

表示資料點之擴充自訂屬性的 CustomProperties 物件。

屬性

適用於