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

CrosshairSeriesLabelPresentationData.MarkerItem Property

Gets or sets the Label Row’s marker item.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public CrosshairMarkerItem MarkerItem { get; set; }

Property Value

Type Description
CrosshairMarkerItem

The Label Row’s marker item.

See Also