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

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.v18.2.dll

Declaration

public CustomBorder Border1 { get; }

Property Value

Type Description
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