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.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Appearance)]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
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