RangeAreaSeriesViewModel.Marker2 Property
Returns the model of the second value marker of the modeled Range Area series view.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.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