LegendBaseSettings<TComponent, TModel> Properties
Defines the base API for classes that implement legends.
Name | Description |
---|---|
Background |
Specifies the legend’s background color. |
Child |
Inherited from Dx |
Column |
Arranges legend items into columns. |
Column |
Specifies the distance between legend columns. |
Horizontal |
Specifies horizontal legend alignment. |
Item |
Specifies the position of legend item captions relative to item markers. |
Marker |
Specifies the size of legend item markers. |
Orientation | Specifies whether legend items are arranged vertically or horizontally. |
Padding |
Specifies the padding between the left or right legend edge and legend content. |
Padding |
Specifies the padding between the top or bottom legend edge and legend content. |
Row |
Arranges legend items into rows. |
Row |
Specifies the distance between legend rows. |
Vertical |
Specifies vertical legend alignment. |
Visible | Specifies whether the legend is visible. |
See Also