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.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
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