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

RangeAreaDrawOptions.Border Property

Overrides the AreaDrawOptions.Border property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public CustomBorder Border { get; }

Property Value

Type Description
CustomBorder

Always null (Nothing in Visual Basic).

Remarks

The Border property is hidden in the RangeAreaDrawOptions class. Use the RangeAreaDrawOptions.Border1 and RangeAreaDrawOptions.Border2 properties instead.

See Also