DataPointCustomProperties::SetCustomProperty Method (String^, String^)

.NET Framework (current version)
 

Sets a custom property of the data point.

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

public:
virtual void SetCustomProperty(
	String^ name,
	String^ propertyValue
)

Parameters

name
Type: System::String^

The name of the property to set.

propertyValue
Type: System::String^

The value of the property to set.

.NET Framework
Available since 4.0
Return to top
Show: