Axis2DModel.LabelVisibilityMode Property
Gets or sets the value of the Axis2D.LabelVisibilityMode within the model.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v25.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
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