Enum
ChartAxisTitlePosition

Specifies the position of the title.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum ChartAxisTitlePosition

Fields

Bottom

The title is positioned at the bottom.

Declaration

cs-api-definition
Bottom = 0

Field Value

ChartAxisTitlePosition

Center

The title is positioned in the center.

Declaration

cs-api-definition
Center = 1

Field Value

ChartAxisTitlePosition

Left

The title is positioned on the left.

Declaration

cs-api-definition
Left = 2

Field Value

ChartAxisTitlePosition

Right

The title is positioned on the right.

Declaration

cs-api-definition
Right = 3

Field Value

ChartAxisTitlePosition

Top

The title is positioned at the top

Declaration

cs-api-definition
Top = 4

Field Value

ChartAxisTitlePosition

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