AbstractChartNodeIsVisible Property |
Specifies if this node and its children will be drawn.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual bool IsVisible { get; set; }
Public Overridable Property IsVisible As Boolean
Get
Set
public:
virtual property bool IsVisible {
bool get ();
void set (bool value);
}
abstract IsVisible : bool with get, set
override IsVisible : bool with 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