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

RangeAreaDrawOptions.Marker1 Property

Provides access to the settings of first markers 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 Marker Marker1 { get; }

Property Value

Type Description
Marker

A Marker object which contains marker settings.

Remarks

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

See Also