Gets or sets the Label of all tick marks.
[Visual Basic]
Public Property TickLabel As Label
[C#]
public Label TickLabel {get; set;}
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" |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.