Click or drag to resize
AbstractChartNodeGetAttribute Method
Gets the value of an attribute.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual Object GetAttribute(
	string name
)

Parameters

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

Return Value

Type: Object
An Object which contains the specified attribute value.
See Also