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

RangeAreaSeriesView.Marker2 Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

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

Property Value

Type Description
Marker

A Marker object that contains specific marker settings.

Remarks

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

See Also