Series3D.PointSource Property
In This Article
Gets or sets the series points source of the series.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public SeriesPoint3DSourceBase PointSource { get; set; }
#Property Value
Type | Description |
---|---|
Series |
The source of series points. |
See Also