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
A Label object that specifies tick label properties.
When the axis is a label axis, the tick label's text can be populated with tokens which represent information about the plotted data.
[C#]
Chart.XAxis.TickLabel.Text = "%Name - %YValue"; |
[Visual Basic]
Chart.XAxis.TickLabel.Text = "%Name - %YValue" |
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.