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.

LabelOverrides Property

A collection of LabelOverride objects.

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

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") )

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.