Click or drag to resize
AbstractChartNodeIsAttributeSetAtThisNode Method
Determines if an attribute is defined in this node (not inherited).

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

Parameters

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

Return Value

Type: Boolean
A bool, true if the attribute is defined in this node.
Remarks
The definition must have been set directly in this node, not just inherited from its parent node.
See Also