.netCHARTING v10.5 Documentation
Properties  Methods 

dotnetCHARTING Namespace : LegendBox Class
LegendBox Class Members

The following tables list the members exposed by LegendBox.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the LegendBox class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets a background object used to fill the interior of this box. (Inherited from dotnetCHARTING.Box)
Public PropertyGets or sets an array of StringAlignment enumeration members that specify the alignment of each column respectively. This setting applies for all legend entries in this legend box.  
Public PropertyGets or sets the bottom left corner style. (Inherited from dotnetCHARTING.Box)
Public PropertyGets or sets the bottom right corner style. (Inherited from dotnetCHARTING.Box)
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.

(Inherited from dotnetCHARTING.Box)
Public PropertyGets or sets the top left corner style. (Inherited from dotnetCHARTING.Box)
Public PropertyGets or sets the top right corner style. (Inherited from dotnetCHARTING.Box)
Public PropertySource of objects to populate the legend with.  
Public PropertyGets or sets the default box corner style. (Inherited from dotnetCHARTING.Box)
Public PropertyGets or sets a LegendEntry that behaves as a vehicle for property settings that will propagate to all entries in this LegendBox.  
Public PropertyGets a collection of additional LegendEntry objects that are added to this LegendBox.  
Public PropertyGets or sets a BoxHeaderOptions object describing this boxes header options and content. (Inherited from dotnetCHARTING.Box)
Public PropertyGets or sets a LegendEntry that is used as a header of this LegendBox.  
Public PropertyGets or sets the icon path of this title box. (Inherited from dotnetCHARTING.Box)
Public PropertyGets or sets the interior line of this legend box. (Inherited from dotnetCHARTING.Box)
Public PropertyGets or sets a Label object that encapsulates default label style properties applied to legend entries drawn in this LegendBox.  
Public PropertyGets or sets the exterior line of this box. (Inherited from dotnetCHARTING.Box)
Public PropertyGets or sets a value that indicates whether legend entries are listed top to bottom in multi-column legend boxes.  
Public PropertyGets or sets this object's orientation around a ChartArea. (Inherited from dotnetCHARTING.Box)
Public PropertyGets or sets a value in pixels that represents the padding between objects within the box and the box walls. (Inherited from dotnetCHARTING.Box)
Public PropertyGets or sets the position of this box. When using with Series.Box.Position, this property can take a Size or Rectangle object. (Inherited from dotnetCHARTING.Box)
Public PropertyGets or sets the Shadow cast under this box. (Inherited from dotnetCHARTING.Box)
Public PropertyGets or sets the legend entry column layout of this legend box.  
Public PropertyGets or sets a value that indicates whether this box is visible. (Inherited from dotnetCHARTING.Box)
Top
Public Methods
 NameDescription
Public MethodServes as a shortcut to make this box invisible. (Inherited from dotnetCHARTING.Box)
Public MethodGets the coordinates of this box after the chart is rendered. (Inherited from dotnetCHARTING.Box)
Public MethodGets a Rectangle object indicating this boxes position and size after the chart is rendered. (Inherited from dotnetCHARTING.Box)
Top
See Also