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


Gets or sets the bottom left corner style.

Syntax

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

Remarks

Only corners without axes touching them can be styled.

See Also

© 2010 All Rights Reserved.