Box Property (Chart)
Gets or sets an Annotation object that is drawn as the background for this chart.
Syntax
'Declaration Public Property Box As Annotation
'Usage Dim instance As Chart Dim value As Annotation instance.Box = value value = instance.Box
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
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also