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

Axis2DModel.LabelVisibilityMode Property

Gets or sets the value of the Axis2D.LabelVisibilityMode within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v18.2.Wizard.dll

Declaration

[LocalizableCategory(DesignerCategories.Elements)]
public AxisLabelVisibilityMode LabelVisibilityMode { get; set; }

Property Value

Type Description
AxisLabelVisibilityMode

The value specifying how automatically generated and custom labels should be shown.

Available values:

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.

See Also