Back to Devexpress

RangeAreaDrawOptions.Border1 Property

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

latest1.7 KB
Original Source

RangeAreaDrawOptions.Border1 Property

Provides access to the settings of the first 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 Border1 { get; }
vb
Public ReadOnly Property Border1 As CustomBorder

Property Value

TypeDescription
CustomBorder

A CustomBorder object which contains border settings.

|

Remarks

Use the Border1 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