DataPointCustomProperties::CustomPropertiesExtended Property

.NET Framework (current version)
 

Gets or sets the extended custom properties of the data point. Extended custom properties can be specified in the following format: AttrName1=Value1, AttrName2=Value2...

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[BindableAttribute(false)]
property CustomProperties^ CustomPropertiesExtended {
	CustomProperties^ get();
	void set(CustomProperties^ value);
}

Property Value

Type: System.Windows.Forms.DataVisualization.Charting::CustomProperties^

A CustomProperties object that represents the extended custom properties of the data point.

.NET Framework
Available since 4.0
Return to top
Show: