Skip to main content

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

NuGet Package: DevExpress.Charts

Declaration

public CustomBorder Border2 { get; }

Property Value

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