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

Series3D.PointSource Property

Gets or sets the series points source of the series.

Namespace: DevExpress.Xpf.Charts

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

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

Declaration

public SeriesPoint3DSourceBase PointSource { get; set; }

Property Value

Type Description
SeriesPoint3DSourceBase

The source of series points.

See Also