dotnetCHARTING Send comments on this topic.
DefaultCorner Property
See Also  Example
dotnetCHARTING Namespace > Box Class : DefaultCorner Property


Gets or sets the default box corner style.

Syntax

Visual Basic (Declaration) 
Public Property DefaultCorner As BoxCorner
Visual Basic (Usage)Copy Code
Dim instance As Box
Dim value As BoxCorner
 
instance.DefaultCorner = value
 
value = instance.DefaultCorner
C# 
public BoxCorner DefaultCorner {get; set;}

Example

Usage example.
Visual BasicCopy Code
Chart.LegendBox.DefaultCorner = BoxCorner.Round
C#Copy Code
Chart.LegendBox.DefaultCorner = BoxCorner.Round;
    

Remarks

Explicitly set corners will not be overridden.

See Also

© 2011 All Rights Reserved.