IMSL C# Numerical Library

AbstractChartNode.SetAttribute Method 

Sets an attribute.

public virtual void SetAttribute(
   string name,
   object value
);

Parameters

name
A String which contains the name of the attribute to be set.
value
An Object which contains the attribute value.

See Also

AbstractChartNode Class | Imsl.Chart2D Namespace