dotnetCHARTING Send comments on this topic.
DefaultCorner Property
See Also  Example
dotnetCHARTING Namespace > ChartArea 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 ChartArea
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. Only corners without axes touching them can be styled.

See Also

© 2010 All Rights Reserved.