LineSeriesViewModel.LineMarkerOptions Property
Gets or sets the model of the marker options of the modeled Line series view.
Namespace: DevExpress.XtraCharts.Designer
Assembly: DevExpress.XtraCharts.v24.1.Wizard.dll
NuGet Package: DevExpress.Win.Charts
Declaration
[PropertyForOptions]
[AllocateToGroup("Marker Options")]
public MarkerModel LineMarkerOptions { get; }
Property Value
Type | Description |
---|---|
MarkerModel | The model of the marker options. |
See Also