DataPointCustomProperties.CustomPropertiesExtended 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置数据点的扩展的自定义属性。
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
属性值
数据点的扩展的自定义属性。
- 属性