Gets whether the legend is visible.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsLegendVisible { get; private set; }
Visual Basic
Public Property IsLegendVisible As Boolean
	Get
	Private Set
JScript
function get IsLegendVisible () : boolean
private function set IsLegendVisible (value : boolean)

See Also