Back to Devexpress

AxisBase.Label Property

corelibraries-devexpress-dot-xtracharts-dot-axisbase-7d9a62da.md

latest1.8 KB
Original Source

AxisBase.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 AxisLabel Label { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Label As AxisLabel

Property Value

TypeDescription
AxisLabel

An AxisLabel object which provides axis label settings.

|

Remarks

The Label property provides access to the settings that specify the appearance, content, position and visibility of the default axis labels. To provide custom labels for a 2D-axis, use the Axis2D.CustomLabels property.

For more information, refer to Axis Labels.

See Also

CustomLabels

Axis Labels

AxisBase Class

AxisBase Members

DevExpress.XtraCharts Namespace