Back to Devexpress

Series3D.PointSource Property

wpf-devexpress-dot-xpf-dot-charts-dot-series3d-235abb92.md

latest1000 B
Original Source

Series3D.PointSource Property

Gets or sets the series points source of the series.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public SeriesPoint3DSourceBase PointSource { get; set; }
vb
Public Property PointSource As SeriesPoint3DSourceBase

Property Value

TypeDescription
SeriesPoint3DSourceBase

The source of series points.

|

See Also

Series3D Class

Series3D Members

DevExpress.Xpf.Charts Namespace