Skip to main content

CrosshairSeriesLabelPresentationData.MarkerItem Property

Gets or sets the Label Row’s marker item.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public CrosshairMarkerItem MarkerItem { get; set; }

Property Value

Type Description
CrosshairMarkerItem

The Label Row’s marker item.

See Also