Skip to main content

CustomAxisLabel.Border Property

Returns the border style of a axis custom label .

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
public RectangularBorder Border { get; }

Property Value

Type Description
RectangularBorder

A RectangularBorder object.

Remarks

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

See Also