Back to Devexpress

RangeAreaDrawOptions.Border2 Property

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

latest1.7 KB
Original Source

RangeAreaDrawOptions.Border2 Property

Provides access to the settings of the second border for the Range Area series view when implementing custom drawing in the chart control.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
CustomBorder

A CustomBorder object which contains border settings.

|

Remarks

Use the Border2 property to obtain border settings in the ChartControl.CustomDrawSeries (WebChartControl.CustomDrawSeries) or ChartControl.CustomDrawSeriesPoint (ChartControl.CustomDrawSeriesPoint) event handlers.

See Also

RangeAreaDrawOptions Class

RangeAreaDrawOptions Members

DevExpress.XtraCharts Namespace