[]
Defines a builder to configurate ChartLegend.
public class ChartLegendBuilder : BaseBuilder<ChartLegend, ChartLegendBuilder>
| Name | Description |
|---|---|
| ChartLegendBuilder(ChartLegend) | Creates one ChartLegendBuilder instance to configurate |
| Name | Description |
|---|---|
| MaxSize(string) | Configurates MaxSize. Sets the maximum legend size (width for left or right position and height for top or bottom position). |
| Orientation(LegendOrientation) | Configurates Orientation. Sets a value that determines the orientation of the legend. |
| Position(Position) | Configurates Position. Sets the enumerated value that determines whether and where the legend appears in relation to the chart. |
| Scrollbar(bool) | Configurates Scrollbar. Sets a value that determines whether the scrollbar should be used for a long legend. |
| Title(string) | Configurates Title. Sets a value that determines the title of the legend. |
| TitleAlign(string) | Configurates TitleAlign. Sets a value that determines the align value of the legend. |