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

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

Declaration

public ObservableCollection<SeriesPointItem> VisiblePointItems { get; }

Property Value

Type Description
ObservableCollection<SeriesPointItem>

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

See Also