Click or drag to resize
AbstractChartNodeSetAttribute Method
Sets an attribute.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetAttribute(
	string name,
	Object value
)

Parameters

name
Type: SystemString
A String which contains the name of the attribute to be set.
value
Type: SystemObject
An Object which contains the attribute value.
See Also