DataPointCustomProperties::DeleteCustomProperty Method (String^)

.NET Framework (current version)
 

Deletes 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 void DeleteCustomProperty(
	String^ name
)

Parameters

name
Type: System::String^

The name of the property to delete.

.NET Framework
Available since 4.0
Return to top
Show: