DataPointCustomProperties.CustomPropertiesExtended 属性

定义

获取或设置数据点的扩展的自定义属性。

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

属性值

CustomProperties

数据点的扩展的自定义属性。

属性

适用于