IMSL C# Numerical Library

AbstractChartNode.GetAttribute Method 

Gets the value of an attribute.

public virtual object GetAttribute(
   string name
);

Parameters

name
A String which specifies attribute that will have its value retrieved.

Return Value

An Object which contains the specified attribute value.

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace