See Also

Box Class  | Box 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.

ClearColors Method

Serves as a shortcut to make this box invisible.

[Visual Basic]
Public Sub ClearColors()
[C#]
public void ClearColors();
[JScript]
public function ClearColors();

Remarks

The following properties are set when invoked:

Background.Color = Color.Empty

Background.Bevel = false

Line.Color = Color.Empty

Shadow.Color = Color.Empty

InteriorLine.Color = Color.Empty

Example

Clears legend colors.

[C#] 

Chart.LegendBox.ClearColors();

[Visual Basic] 

Chart.LegendBox.ClearColors()

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

Box Class  | Box Members

 

 


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