Shows or hides the labels over the plot elements

Namespace: Ico.Awx.Chart
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

See Also