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


Gets or sets the top left corner style.

Syntax

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

Remarks

Only corners without axes touching them can be styled.

See Also

© 2010 All Rights Reserved.