Back to Devexpress

CustomAxisLabel.Border Property

corelibraries-devexpress-dot-xtracharts-dot-customaxislabel-2aab75de.md

latest1.4 KB
Original Source

CustomAxisLabel.Border Property

Returns the border style of a axis custom 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

CustomAxisLabel Class

CustomAxisLabel Members

DevExpress.XtraCharts Namespace