Skip to main content
A newer version of this page is available. .

AxisLabelVisibilityMode Enum

Lists the visibility modes of default and custom axis labels.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public enum AxisLabelVisibilityMode

Members

Name Description
Default

If an axis has custom labels, then automatically generated labels are not displayed.

AutoGeneratedAndCustom

An axis marked using both a custom and automatically generated axis.

Related API Members

The following properties accept/return AxisLabelVisibilityMode values:

Remarks

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

See Also