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
Type | Description |
---|---|
SFChartAxisEdgeLabelsVisibilityMode |
Default
Indicates that edge label is set as default.
Declaration
public const SFChartAxisEdgeLabelsVisibilityMode Default
Field Value
Type | Description |
---|---|
SFChartAxisEdgeLabelsVisibilityMode |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
Visible
Indicates that edge label is set as visible.
Declaration
public const SFChartAxisEdgeLabelsVisibilityMode Visible
Field Value
Type | Description |
---|---|
SFChartAxisEdgeLabelsVisibilityMode |