DataPointCustomProperties::CustomProperties Property
.NET Framework (current version)
Gets or sets the custom properties of the data point. Custom properties can be specified in the following format: AttrName1=Value1, AttrName2=Value2 …
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
public: [BindableAttribute(true)] [BrowsableAttribute(false)] property String^ CustomProperties { String^ get(); void set(String^ value); }
Property Value
Type: System::String^A string value that represents the custom properties of the data point.
.NET Framework
Available since 4.0
Available since 4.0
Show: