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

ChartControl.Border Property

OBSOLETE

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.v21.2.UI.dll

NuGet Packages: DevExpress.Win.Charts, DevExpress.Win.Design

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
RectangularBorder

A RectangularBorder object which specifies the border style.

Remarks

The Border property is now obsolete. Use the ChartControl.BorderOptions property instead.

See Also