See Also

Axis Class  | Axis Members

Language

Visual Basic

C#

Show All

See Also 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;}

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.

See Also

Axis Class  | Axis Members

 

 


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