Enum
ChartLegendPosition

Specifies the legend position.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum ChartLegendPosition

Fields

Bottom

The legend is positioned on the bottom

Declaration

cs-api-definition
Bottom = 1

Field Value

ChartLegendPosition

Custom

The legend is positioned using OffsetX and OffsetY

Declaration

cs-api-definition
Custom = 4

Field Value

ChartLegendPosition

Left

The legend is positioned on the left

Declaration

cs-api-definition
Left = 2

Field Value

ChartLegendPosition

Right

The legend is positioned on the right

Declaration

cs-api-definition
Right = 3

Field Value

ChartLegendPosition

Top

The legend is positioned on the top

Declaration

cs-api-definition
Top = 0

Field Value

ChartLegendPosition

In this article
DefinitionFieldsBottomCustomLeftRightTop
Not finding the help you need?
Contact Support