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

RangeAreaDrawOptions.Marker2 Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public Marker Marker2 { get; }

Property Value

Type Description
Marker

A Marker object which contains marker settings.

Remarks

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

See Also