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.v19.1.dll

Declaration

public CrosshairMarkerItem MarkerItem { get; set; }

Property Value

Type Description
CrosshairMarkerItem

The Label Row’s marker item.

See Also