Skip to main content

RangeAreaDrawOptions.Border Property

Overrides the AreaDrawOptions.Border property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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