DataPointCustomProperties::Item Property (String^)
.NET Framework (current version)
Gets or sets the DataPointCustomProperties object by name.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
public: property String^ default[ String^ name ] { String^ get(String^ name); void set(String^ name, String^ value); }
Parameters
- name
-
Type:
System::String^
The name of the custom property.
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: