Back to Devexpress

Axis2D.LabelVisibilityMode Property

corelibraries-devexpress-dot-xtracharts-dot-axis2d-03c6ebb0.md

latest1.5 KB
Original Source

Axis2D.LabelVisibilityMode Property

Gets or sets the visibility mode of the axis labels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public AxisLabelVisibilityMode LabelVisibilityMode { get; set; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
Public Property LabelVisibilityMode As AxisLabelVisibilityMode

Property Value

TypeDescription
AxisLabelVisibilityMode

A AxisLabelVisibilityMode enumeration value.

|

Available values:

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

|

See Also

Axis2D Class

Axis2D Members

DevExpress.XtraCharts Namespace