.netCHARTING v10.5 Documentation


dotnetCHARTING Namespace > Chart Class : DefaultBox Property
DefaultBox Property
Gets a base box object that is used as a vehicle for property settings which will become the defaults settings of all elements on the chart that derive from box.
Syntax
'Declaration
 
Public ReadOnly Property DefaultBox As Box
'Usage
 
Dim instance As Chart
Dim value As Box
 
value = instance.DefaultBox
public Box DefaultBox {get;}
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