Enum LegendPosition
Specifies the legend position in a RadzenChart.
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
Syntax
public enum LegendPosition : int
Fields
Name | Description |
---|---|
Bottom | The legend is below the series. |
Left | The legend is at the left side of the series. |
Right | The legend is at the right side of the series. |
Top | The legend is above the series. |