.netCHARTING v10.5 Documentation


Box Property (Series)
Gets or sets a box object that determines the box style and colors used with GaugeBorderShape.UseBox or ChartType.TreeMap.
Syntax
'Declaration
 
Public Property Box As Box
'Usage
 
Dim instance As Series
Dim value As Box
 
instance.Box = value
 
value = instance.Box
public Box Box {get; set;}
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