PolarDataSeries3D<TAllPoints> Class
Data Series that defines the polar chart in 3D space.
Object Model
Syntax
[DefaultMember("Item")] public class PolarDataSeries3D<TAllPoints> : PolarDataSeries3D<TAllPoints,TAllPoints>, IDataSeries3D, IFreeSurfaceDataSeries3D, SciChart.Core.Framework.ISuspendable where TAllPoints: IComparable
Type Parameters
- TAllPoints
- The type of the x.
Inheritance Hierarchy
System.Object
SciChart.Data.Model.BindableObject
SciChart.Charting3D.Model.DataSeries3D
SciChart.Charting3D.Model.HeightmapBasedDataSeries3D
SciChart.Charting3D.Model.FreeSurfaceDataSeries3D<TX,TY,TZ>
SciChart.Charting3D.Model.YDisplaceableFreeSurfaceDataSeries<TX,TY,TZ>
SciChart.Charting3D.Model.PolarDataSeries3D<TPolar,THeight>
SciChart.Charting3D.Model.PolarDataSeries3D<TAllPoints>
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also