SeriesItem.VisiblePointItems Property
For internal use. Returns the visible point items for the current series item.This is a dependency property.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
ObservableCollection<SeriesPointItem> | A ObservableCollection<T><DevExpress.Xpf.Charts.SeriesPointItem,> object. |
See Also