Breadcrumbs.Border Property
In This Article
Gets the chart control’s border settings.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public RectangularBorder Border { get; }
#Property Value
Type | Description |
---|---|
Rectangular |
The border appearance settings storage. |
See Also