Enum
ChartLegendTitleAlign

Specifies the legend title align.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

public enum ChartLegendTitleAlign

Fields

Center

The text is aligned to the center.

Declaration

Center = 0

Field Value

ChartLegendTitleAlign

Left

The text is aligned to the left.

Declaration

Left = 1

Field Value

ChartLegendTitleAlign

Right

The text is aligned to the right.

Declaration

Right = 2

Field Value

ChartLegendTitleAlign