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


Gets or sets the top right corner style.

Syntax

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

Remarks

Only corners without axes touching them can be styled.

See Also

© 2010 All Rights Reserved.