DataPointCustomProperties::GetCustomProperty Method (String^)

.NET Framework (current version)
 

Returns the data point custom property with the specified name.

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

public:
virtual String^ GetCustomProperty(
	String^ name
)

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
Return to top
Show: