AxisLabelVisibilityMode Enum
Lists the visibility modes of default and custom axis labels.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
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