Enum
GridLineVisibility

Defines the visibility of the major and minor lines within a CartesianChartGrid.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.Chart

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
[Flags]
public enum GridLineVisibility

Fields

None

Lines are hidden.

Declaration

cs-api-definition
None = 1

Field Value

GridLineVisibility

Unset

The default value is used.

Declaration

cs-api-definition
Unset = 0

Field Value

GridLineVisibility

X

The lines along the X-axis are visible.

Declaration

cs-api-definition
X = 2

Field Value

GridLineVisibility

XY

The lines are visible along both axes.

Declaration

cs-api-definition
XY = X | Y

Field Value

GridLineVisibility

Y

The lines along the Y-axis are visible.

Declaration

cs-api-definition
Y = 4

Field Value

GridLineVisibility

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