Skip to main content

RadarRangeAreaSeriesViewModel.Marker2 Property

Returns the model of the second value marker of the modeled Radar or Polar Range Area series view.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v23.2.Wizard.dll

NuGet Package: DevExpress.Win.Charts

Declaration

[PropertyForOptions]
[AllocateToGroup("Marker2 Options", 1)]
public MarkerModel Marker2 { get; }

Property Value

Type Description
MarkerModel

The marker model.

See Also