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

RangeAreaSeriesView.Marker1 Property

Provides access to the settings that specify the appearance of markers drawn for the values stored as SeriesPointKey.Value_1 in all data points of a Range Area series view.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
public Marker Marker1 { get; }

Property Value

Type Description
Marker

A Marker object that contains specific marker settings.

Remarks

Use the Marker1 property to specify the marker’s kind, size and appearance.

See Also