CustomAxisLabel.Border Property
Returns the border style of a axis custom label .
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[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