Back to Devexpress

AxisLabel.Border Property

corelibraries-devexpress-dot-xtracharts-dot-axislabel-1ca7edd0.md

latest1.3 KB
Original Source

AxisLabel.Border Property

Returns the border style of a axis label.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangularBorder Border { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property Border As RectangularBorder

Property Value

TypeDescription
RectangularBorder

A RectangularBorder object.

|

Remarks

Use the Border property to specify the border’s color, thickness and visibility.

See Also

AxisLabel Class

AxisLabel Members

DevExpress.XtraCharts Namespace