Back to Devexpress

AxisLabelVisibilityMode Enum

wpf-devexpress-dot-xpf-dot-charts-1e9d396d.md

latest1.4 KB
Original Source

AxisLabelVisibilityMode Enum

Lists the visibility modes of default and custom axis labels.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public enum AxisLabelVisibilityMode
vb
Public Enum AxisLabelVisibilityMode

Members

NameDescription
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.

|

The following properties accept/return AxisLabelVisibilityMode values:

Remarks

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

See Also

DevExpress.Xpf.Charts Namespace