Skip to main content
A newer version of this page is available. .

AxisLabel.Border Property

Returns the border style of a axis label.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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