Back to Devexpress

RangeAreaDrawOptions.Border Property

corelibraries-devexpress-dot-xtracharts-dot-rangeareadrawoptions.md

latest1.5 KB
Original Source

RangeAreaDrawOptions.Border Property

Overrides the AreaDrawOptions.Border property to hide it.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public CustomBorder Border { get; }
vb
Public ReadOnly Property Border As CustomBorder

Property Value

TypeDescription
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

RangeAreaDrawOptions Class

RangeAreaDrawOptions Members

DevExpress.XtraCharts Namespace