dotnetCHARTING Send comments on this topic.
Box Class Members
See Also  Properties  Methods 
dotnetCHARTING Namespace : Box Class


The following tables list the members exposed by Box.

Public Constructors

 NameDescription
Public ConstructorBox Constructor Initializes a new instance of the Box class.  
Top

Public Properties

 NameDescription
Public PropertyBackground Gets or sets a background object used to fill the interior of this box.  
Public PropertyCornerBottomLeft Gets or sets the bottom left corner style.  
Public PropertyCornerBottomRight Gets or sets the bottom right corner style.  
Public PropertyCornerSize 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.  
Public PropertyCornerTopLeft Gets or sets the top left corner style.  
Public PropertyCornerTopRight Gets or sets the top right corner style.  
Public PropertyDefaultCorner Gets or sets the default box corner style.  
Public PropertyHeaderBackground Gets or sets a Background object that is used to fill the background of this boxes header.  
Public PropertyHeaderLabel Gets or sets a Label object that is placed in a header above this box object. A header will not be shown if the label does not contain any text.  
Public PropertyIconPath Gets or sets the icon path of this title box.  
Public PropertyInteriorLine Gets or sets the interior line of this legend box.  
Public PropertyLabel Gets or sets the Label of this box.  
Public PropertyLine Gets or sets the exterior line of this box.  
Public PropertyOrientationGets or sets this object's orientation around a ChartArea.  
Public PropertyPadding Gets or sets a value in pixels that represents the padding between objects within the box and the box walls.  
Public PropertyPosition Gets or sets the position of this box. When using with Series.GaugeBorderBox.Position, this property can take a Size or Rectangle object.  
Public PropertyShadow Gets or sets the Shadow cast under this box.  
Public PropertyVisibleGets or sets a value that indicates whether this box is visible.  
Top

Public Methods

 NameDescription
Public MethodClearColors Serves as a shortcut to make this box invisible.  
Public MethodClone (Inherited from dotnetCHARTING.Mapping.Drawing.Property)
Public MethodGetCoordinatesGets the coordinates of this box after the chart is rendered.  
Public MethodGetRectangle Gets a Rectangle object indicating this boxes position and size after the chart is rendered.  
Top

See Also

© 2010 All Rights Reserved.