Click or drag to resize
AbstractChartNodeIsAttributeSet Method
Determines if an attribute is defined (may have been inherited).

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

Parameters

name
Type: SystemString
A String which contains the name of the attribute.

Return Value

Type: Boolean
A bool, true if the attribute is defined for this node. The definition may have been inherited from its parent node.
See Also