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

#Declaration

[NonTestableProperty]
public ObservableCollection<SeriesPointItem> VisiblePointItems { get; }

#Property Value

Type Description
ObservableCollection<SeriesPointItem>

A ObservableCollection<T><SeriesPointItem,> object.

See Also