Class SFChartAxisEdgeLabelsVisibilityMode
Used to define the edge labels visibility mode of the axis.
Inheritance
System.Object
SFChartAxisEdgeLabelsVisibilityMode
Namespace: Syncfusion.SfChart.iOS
Assembly: Syncfusion.SFChart.iOS.dll
Syntax
public sealed class SFChartAxisEdgeLabelsVisibilityMode : Enum
Fields
AlwaysVisible
Indicates that edge label is set as always visible.
Declaration
public const SFChartAxisEdgeLabelsVisibilityMode AlwaysVisible
Field Value
Default
Indicates that edge label is set as default.
Declaration
public const SFChartAxisEdgeLabelsVisibilityMode Default
Field Value
Visible
Indicates that edge label is set as visible.
Declaration
public const SFChartAxisEdgeLabelsVisibilityMode Visible