corelibraries-devexpress-dot-xtracharts-1a291653.md
Lists axis labels visibility modes.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum AxisLabelVisibilityMode
<ResourceFinder(GetType(XtraChartsResFinder), "PropertyNamesRes")>
Public Enum AxisLabelVisibilityMode
| Name | Description |
|---|---|
Default |
If an axis has custom labels, then automatically generated labels are not displayed.
|
| AutoGeneratedAndCustom |
An axis displays custom and automatically generated axis labels together.
|
The following properties accept/return AxisLabelVisibilityMode values:
| Library | Related API Members |
|---|---|
| Cross-Platform Class Library | Axis2D.LabelVisibilityMode |
| HeatmapAxis.LabelVisibilityMode | |
| WinForms Controls | Axis2DModel.LabelVisibilityMode |
This enumeration values are used by the Axis2D.LabelVisibilityMode property.
See Also