dotnetCHARTING Send comments on this topic.
Box Property
See Also 
dotnetCHARTING Namespace > Chart Class : Box Property


Gets or sets an Annotation object that is drawn as the background for this chart.

Syntax

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

Remarks

When using this annotation with a header label, it may be useful to make the chart top margin larger:

Chart.MarginTop = 20

See Also

© 2010 All Rights Reserved.