IMSL C# Numerical Library

AbstractChartNode.GetColorAttribute Method 

Convenience routine to get a Color-valued attribute.

public virtual Color GetColorAttribute(
   string name
);

Parameters

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

Return Value

A Color containing the attribute value.

Remarks

The value of an attribute is returned if it is defined and its value is of type Color. Otherwise the Color.Black is returned.

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace