[]
Configurates Legend. Sets the chart legend.
public virtual TBuilder Legend(Action<ChartLegendBuilder> build)
| Type | Name | Description |
|---|---|---|
| Action<ChartLegendBuilder> | build | The builder function. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
Configurates Legend. Sets legend's position.
public virtual TBuilder Legend(Position position)
| Type | Name | Description |
|---|---|---|
| Position | position | The position. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
Configurates Legend. Sets legend's orientation.
public virtual TBuilder Legend(LegendOrientation orientation)
| Type | Name | Description |
|---|---|---|
| LegendOrientation | orientation | The orientation. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |
Configurates Legend. Sets legend's maxSize.
public virtual TBuilder Legend(string maxSize)
| Type | Name | Description |
|---|---|---|
| string | maxSize | The size can be specified in pixels: maxSize = '100px' or percents: maxSize = '50%'. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |