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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
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