Gets or sets whether the title for this axis will be visible.

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

Syntax

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

See Also