Skip to main content

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.v23.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
RectangularBorder

A RectangularBorder object which specifies the border style.

Remarks

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

See Also