IMSL C# Numerical Library

AbstractChartNode.GetStringAttribute Method 

Convenience routine to get a String-valued attribute.

public virtual string GetStringAttribute(
   string name
);

Parameters

name
A String which contains the name of the attribute to be assessed.

Return Value

The String value of the attribute.

Remarks

The attribute value is returned if it is defined and its value is of type String.

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace