RadarRangeAreaSeriesViewModel.Marker1 Property
Returns the model of the first value marker of the modeled Radar or Polar Range Area series view.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v22.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[AllocateToGroup("Marker1 Options", 0)]
public MarkerModel Marker1 { get; }
Property Value
Type | Description |
---|---|
MarkerModel | The marker model. |
See Also