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

CrosshairSeriesLabelItem.PresentationData Property

Gets or sets a collection of data items that contains presentation data of Label Rows.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public ObservableCollection<CrosshairSeriesLabelPresentationData> PresentationData { get; set; }

Property Value

Type Description
ObservableCollection<CrosshairSeriesLabelPresentationData>

The collection of data items that contains presentation data of Label Rows.

See Also