Skip to main content
A newer version of this page is available. .

Marker3DSeriesView.MarkerModel Property

Gets or sets the model of data point markers.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public Marker3DPointModel MarkerModel { get; set; }

Property Value

Type Description
Marker3DPointModel

The marker model.

See Also