Specifies if this node and its children will be drawn.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual bool IsVisible { get; set; }
Visual Basic (Declaration)
Public Overridable Property IsVisible As Boolean
Visual C++
public:
virtual property bool IsVisible {
	bool get ();
	void set (bool value);
}

Field Value

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