Skip to main content

Crosshair3DOptions.MarkerModel Property

Gets or sets the model of a marker displaying the Crosshair cursor position.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Model3D MarkerModel { get; set; }

Property Value

Type Description
Model3D

The System.Windows.Media.Media3D.Model3D object specifying the marker model.

Property Paths

You can access this nested property as listed below:

Object Type Path to MarkerModel
Chart3DControl
.CrosshairOptions .MarkerModel
See Also