See Also

Axis Class  | Axis Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

LabelOverrides Property

A collection of LabelOverride objects.

[Visual Basic]
Public Property LabelOverrides As LabelOverrideCollection
[C#]
public LabelOverrideCollection LabelOverrides {get; set;}

Remarks

LabelOverrides defines a string find and replace pair used to manipulate tick labels.

Example

This example will replace each tick label value of '10' with 'High'.

[C#] 

            [C#] 
Axis a = new Axis(); 
a.LabelOverrides.Add( new LabelOverride("10","High") );

[C#] 

            [Visual Basic] 
Dim a As New Axis() 
a.LabelOverrides.Add( new LabelOverride("10","High") )

See Also

Axis Class  | Axis Members

 

 


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