[]
Legend class
[TypeConverter(typeof())]
public sealed class Legend : DrawCustomizableComponent, IGraphItem, ICloneable, IGraphXmlSerializable, ICustomDrawer, INamedComponent, IDisposable
| Name | Description |
|---|---|
| Legend() | Initializes new instance of the LegendItem object with the default properties set |
| Legend(string) | For internal use only. |
| Legend(string, GraphXmlSerializationContext) | For internal use only. |
| Name | Description |
|---|---|
| Alignment | Gets or sets floating legend alignment within chart area |
| Backdrop | Gets or sets backdrop info to fill legend box |
| Border | Gets or sets border info to outline legend box |
| CustomBorderDrawer | Gets or sets custom-draw object |
| DockArea | Gets or sets the chart area to which the legend is docked. |
| DockInsideArea | Specifies whether legend will be docked inside containing area |
| Footer | Gets or sets legend footer |
| GridLayout | Gets or sets the grid layout for the Legend. |
| Header | Gets or sets legend title |
| LabelsFont | Gets or sets font to draw labels |
| LegendItems | Gets custom legend items collection |
| MarginX | Gets or sets floating legend horizontal margin |
| MarginY | Gets or sets floating legend vertical margin |
| Visible | Gets or sets legend visibility |
| Name | Description |
|---|---|
| Clone() | This member overrides
|