dotnetCHARTING Send comments on this topic.
DefaultBox Property
See Also 
dotnetCHARTING Namespace > Chart Class : 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

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

See Also

© 2010 All Rights Reserved.