Class EdgeLabelsVisibilityMode
Represents the visibility for the edge labels in the ChartAxis.
Inheritance
System.Object
EdgeLabelsVisibilityMode
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class EdgeLabelsVisibilityMode : Enum
Fields
AlwaysVisible
Indicates that the edge labels should be visible for all cases.
Declaration
public const EdgeLabelsVisibilityMode AlwaysVisible
Field Value
Default
Indicates the default behavior of the axis.
Declaration
public const EdgeLabelsVisibilityMode Default
Field Value
Visible
Indicates that the edge labels should be visible in non-zoom mode.
Declaration
public const EdgeLabelsVisibilityMode Visible