DataPointCustomProperties::GetCustomProperty Method (String^)
.NET Framework (current version)
Returns the data point custom property with the specified name.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
Parameters
- name
-
Type:
System::String^
The name of the property to return.
Return Value
Type: System::String^A string value that represents the data point custom property with the specified name. If the requested property is not set, the default custom property of the data series will be returned.
.NET Framework
Available since 4.0
Available since 4.0
Show: