See Also

Axis Class  | Axis Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

See Also Requirements Languages dotnetCHARTING Send comments on this topic.

TickLabel Property

Gets or sets the Label of all tick marks.

[Visual Basic]
Public Property TickLabel As Label
[C#]
public Label TickLabel {get; set;}
[JScript]
public function get,set TickLabel : Label

Return Type

A Label object that specifies tick label properties.

Remarks

When the axis is a label axis, the tick label's text can be populated with tokens which represent information about the plotted data.

Example

[C#] 

Chart.XAxis.TickLabel.Text = "%Name - %YValue"; 
// When rendered, the x axis' tick labels will read something like this: "Element's Name - 159"  
// where "Element's" Name is the name of an element and "159" is it's value.

[Visual Basic] 

Chart.XAxis.TickLabel.Text = "%Name - %YValue"
' When rendered, the x axis' tick labels will read something like this: "Element's Name - 159"
' where "Element's" Name is the name of an element and "159" is it's value.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Axis Class  | Axis Members

 

 


2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.