A newer version of this page is available.
Switch to the current version.
ChartControl.Border Property
Obsolete. Gets the chart control's border style.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v18.2.UI.dll
Declaration
[Browsable(false)]
[Obsolete("The ChartControl.Border property is now obsolete. Use the ChartControl.BorderOptions property instead.")]
public RectangularBorder Border { get; }
<Browsable(False)>
<Obsolete("The ChartControl.Border property is now obsolete. Use the ChartControl.BorderOptions property instead.")>
Public ReadOnly Property Border As RectangularBorder
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
Feedback