Click or drag to resize
AbstractChartNodeIsVisible Property
Specifies if this node and its children will be drawn.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual bool IsVisible { get; set; }

Property Value

Type: Boolean
A bool that contains the "IsVisible" attribute value.
Remarks
If false, this node and its children are not drawn. By default, IsVisible = true.
See Also