See Also

Box Class  | Box Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

DefaultCorner Property

Gets or sets the default box corner style.

[Visual Basic]
Public Property DefaultCorner As BoxCorner
[C#]
public BoxCorner DefaultCorner {get; set;}

Remarks

Explicitly set corners will not be overridden.

Example

Usage example.

[Visual Basic] 

Chart.LegendBox.DefaultCorner = BoxCorner.Round

[C#] 

Chart.LegendBox.DefaultCorner = BoxCorner.Round;

See Also

Box Class  | Box Members

 

 


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