ChartControl.Border Property
In This Article
OBSOLETE
The Chart
Gets the chart control’s border style.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.UI.dll
NuGet Package: DevExpress.Win.Charts
#Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("The ChartControl.Border property is now obsolete. Use the ChartControl.BorderOptions property instead.")]
public RectangularBorder Border { get; }
#Property Value
Type | Description |
---|---|
Rectangular |
A Rectangular |
#Remarks
The Border property is now obsolete. Use the ChartControl.BorderOptions property instead.
See Also