Enum
AxisLocation

Defines the supported position for horizontally and vertically rendered axis.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public enum AxisLocation

Fields

Bottom

The horizontal axis should be located below the plot area.

Declaration

cs-api-definition
Bottom = 3

Field Value

AxisLocation

Left

The vertical axis should be located at the left side of the plot area.

Declaration

cs-api-definition
Left = 1

Field Value

AxisLocation

Right

The vertical axis should be located at the right side of the plot area.

Declaration

cs-api-definition
Right = 2

Field Value

AxisLocation

Top

The horizontal axis should be located above the plot area.

Declaration

cs-api-definition
Top = 4

Field Value

AxisLocation

Unset

The vertical axis should be located at the left side of the plot area. The horizontal axis should be located below the plot area.

Declaration

cs-api-definition
Unset = 0

Field Value

AxisLocation

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