Gets or sets whether chart axes will be displayed.

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

Syntax

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

Remarks

This property takes precedence over the individual ShowTrendPeriodArea and ShowValueRangeArea properties.

See Also