dotnetCHARTING Send comments on this topic.
CornerBottomRight Property
See Also 
dotnetCHARTING Namespace > ChartArea Class : CornerBottomRight Property


Gets or sets the bottom right corner style.

Syntax

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

Remarks

Only corners without axes touching them can be styled.

See Also

© 2010 All Rights Reserved.