Serves as a shortcut to make this box invisible.
[Visual Basic]
Public Sub ClearColors()
[C#]
public void ClearColors();
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
Clears legend colors.
[C#]
Chart.LegendBox.ClearColors(); |
[Visual Basic]
Chart.LegendBox.ClearColors() |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.