Back to Devexpress

Axis2DModel.LabelVisibilityMode Property

windowsforms-devexpress-dot-xtracharts-dot-designer-dot-axis2dmodel-545cc764.md

latest1.7 KB
Original Source

Axis2DModel.LabelVisibilityMode Property

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

Namespace : DevExpress.XtraCharts.Designer

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

NuGet Package : DevExpress.Win.Charts

Declaration

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

Property Value

TypeDescription
AxisLabelVisibilityMode

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

|

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

Axis2DModel Class

Axis2DModel Members

DevExpress.XtraCharts.Designer Namespace