IMSL C# Numerical Library

AbstractChartNode.IsVisible Property

Specifies if this node and its children will be drawn.

public virtual bool IsVisible {get; set;}

Property 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

AbstractChartNode Class | Imsl.Chart2D Namespace