Skip to main content

AxisLabelVisibilityMode Enum

Lists axis labels visibility modes.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

[ResourceFinder(typeof(XtraChartsResFinder), "PropertyNamesRes")]
public enum AxisLabelVisibilityMode

#Members

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.

#Related API Members

The following properties accept/return AxisLabelVisibilityMode values:

Library Related API Members
Cross-Platform Class Library Axis2D.LabelVisibilityMode
HeatmapAxis.LabelVisibilityMode
WinForms Controls Axis2DModel.LabelVisibilityMode

#Remarks

This enumeration values are used by the Axis2D.LabelVisibilityMode property.

See Also