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
Type |
---|
EdgeLabelsVisibilityMode |
Default
Indicates the default behavior of the axis.
Declaration
public const EdgeLabelsVisibilityMode Default
Field Value
Type |
---|
EdgeLabelsVisibilityMode |
Visible
Indicates that the edge labels should be visible in non-zoom mode.
Declaration
public const EdgeLabelsVisibilityMode Visible
Field Value
Type |
---|
EdgeLabelsVisibilityMode |