Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public ObservableCollection<SeriesPointItem> VisiblePointItems { get; }

Property Value

Type Description
ObservableCollection<SeriesPointItem>

A ObservableCollection<T><DevExpress.Xpf.Charts.SeriesPointItem,> object.

See Also