Back to Devexpress

Axis2D.Label Property

corelibraries-devexpress-dot-xtracharts-dot-axis2d-beab6df4.md

latest1.8 KB
Original Source

Axis2D.Label Property

Gets the settings of axis labels.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public AxisLabel2D Label { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Label As AxisLabel2D

Property Value

TypeDescription
AxisLabel2D

An AxisLabel object which provides axis label settings.

|

Remarks

The Label property provides access to the settings that specify the appearance, contents, position and visibility of the default axis labels. To provide custom labels for an axis, use the Axis2D.CustomLabels property.

For more information, refer to Axis Labels.

See Also

CustomLabels

Axis Labels

Axis2D Class

Axis2D Members

DevExpress.XtraCharts Namespace