.netCHARTING v10.5 Documentation
Properties  Methods 

Box Class Members

The following tables list the members exposed by Box.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the Box class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets a background object used to fill the interior of this box.  
Public PropertyGets or sets the bottom left corner style.  
Public PropertyGets or sets the bottom right corner style.  
Public Property

Gets or sets a value that indicates the corner size in pixels. This size is used with BoxCorner settings. This setting is limited to 0-8 pixels.

This property can also affect box header alignment behavior. Values larger than 8 will be used by headers.

 
Public PropertyGets or sets the top left corner style.  
Public PropertyGets or sets the top right corner style.  
Public PropertyGets or sets the default box corner style.  
Public PropertyGets or sets a BoxHeaderOptions object describing this boxes header options and content.  
Public PropertyGets or sets the icon path of this title box.  
Public PropertyGets or sets the interior line of this legend box.  
Public PropertyGets or sets the Label of this box.  
Public PropertyGets or sets the exterior line of this box.  
Public PropertyGets or sets this object's orientation around a ChartArea.  
Public PropertyGets or sets a value in pixels that represents the padding between objects within the box and the box walls.  
Public PropertyGets or sets the position of this box. When using with Series.Box.Position, this property can take a Size or Rectangle object.  
Public PropertyGets or sets the Shadow cast under this box.  
Public PropertyGets or sets a value that indicates whether this box is visible.  
Top
Public Methods
 NameDescription
Public MethodServes as a shortcut to make this box invisible.  
Public MethodGets the coordinates of this box after the chart is rendered.  
Public MethodGets a Rectangle object indicating this boxes position and size after the chart is rendered.  
Top
See Also