Gets or sets the default box corner style.
[Visual Basic]
Public Property DefaultCorner As BoxCorner
[C#]
public BoxCorner DefaultCorner {get; set;}
Explicitly set corners will not be overridden.
Usage example.
[Visual Basic]
Chart.LegendBox.DefaultCorner = BoxCorner.Round |
[C#]
Chart.LegendBox.DefaultCorner = BoxCorner.Round; |
2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.