Enum LegendPosition
Specifies the legend position in a RadzenChart.
public enum LegendPosition
- Extension Methods
Fields
Bottom = 3
The legend is below the series.
Left = 1
The legend is at the left side of the series.
Right = 0
The legend is at the right side of the series.
Top = 2
The legend is above the series.