DataPointCustomProperties::IsCustomPropertySet Method (String^)

.NET Framework (current version)
 

Determines whether a custom property with the specified name was set.

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

public:
virtual bool IsCustomPropertySet(
	String^ name
)

Parameters

name
Type: System::String^

The name of the custom property to check.

Return Value

Type: System::Boolean

true if the custom property was set; otherwise, false.

.NET Framework
Available since 4.0
Return to top
Show: