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

RangeAreaDrawOptions.Marker Property

Overrides the PointDrawOptions.Marker property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public Marker Marker { get; }

Property Value

Type Description
Marker

Always null (Nothing in Visual Basic).

Remarks

The Marker property is hidden in the RangeAreaDrawOptions class. Use the RangeAreaDrawOptions.Marker1 and RangeAreaDrawOptions.Marker2 properties instead.

See Also