Skip to main content
All docs
V20.1

SeriesItem.DrawingPointItems Property

For internal use only. Returns point items whose model should be added to the visual tree.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public ObservableCollection<SeriesPointItem> DrawingPointItems { get; }

Property Value

Type
ObservableCollection<SeriesPointItem>
See Also