DataPointCustomProperties.GetCustomProperty(String) Method

Definition

Returns the data point custom property with the specified name.

public:
 virtual System::String ^ GetCustomProperty(System::String ^ name);
public virtual string GetCustomProperty (string name);
abstract member GetCustomProperty : string -> string
override this.GetCustomProperty : string -> string
Public Overridable Function GetCustomProperty (name As String) As String

Parameters

name
String

The name of the property to return.

Returns

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.

Applies to