DataPointCustomProperties.CustomPropertiesExtended Property

Definition

Gets or sets the extended custom properties of the data point.

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

Property Value

The extended custom properties of the data point.

Attributes

Applies to