windowsforms-devexpress-dot-xtracharts-dot-chartcontrol-27f98933.md
The ChartControl.Border property is now obsolete. Use the BorderOptions property instead.
Gets the chart control’s border style.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.UI.dll
NuGet Package : DevExpress.Win.Charts
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("The ChartControl.Border property is now obsolete. Use the ChartControl.BorderOptions property instead.")]
public RectangularBorder Border { get; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<Obsolete("The ChartControl.Border property is now obsolete. Use the ChartControl.BorderOptions property instead.")>
Public ReadOnly Property Border As RectangularBorder
| Type | Description |
|---|---|
| RectangularBorder |
A RectangularBorder object which specifies the border style.
|
The Border property is now obsolete. Use the ChartControl.BorderOptions property instead.
See Also