Members 
SciChart.Charting3D Assembly > SciChart.Charting3D.Model Namespace : NonUniformGridDataSeries3D<TX,TY,TZ> Class
The type of the x.
The type of the y.
The type of the z.
NonUniformGridDataSeries3D<TX,TY,TZ> Class

The NonUniformGridDataSeries3D wraps a 2D array of type TY which become the Y-values (heights) in various RenderableSeries

For instance, in the SciChart.Charting3D.RenderableSeries.SurfaceMeshRenderableSeries3D the Y-values map to the heights, whereas the StartX, StepX, StartZ, StepZ defines the X and Z values

Object Model
NonUniformGridDataSeries3D<TX,TY,TZ> ClassISciChart3DSurface InterfaceICameraController InterfaceIChartModifier3D InterfaceIChartModifierSurface InterfaceIRenderSurface InterfaceIMainGrid InterfaceIServiceContainer InterfaceIViewport3D InterfaceIViewportManager3D InterfaceVector3 ClassIAxis3D InterfaceIAxis3D InterfaceIAxis3D InterfaceIRange InterfaceIRange InterfaceIRange Interface
Syntax
Type Parameters
TX
The type of the x.
TY
The type of the y.
TZ
The type of the z.
Inheritance Hierarchy

System.Object
   SciChart.Data.Model.BindableObject
      SciChart.Charting3D.Model.DataSeries3D
         SciChart.Charting3D.Model.HeightmapBasedDataSeries3D
            SciChart.Charting3D.Model.BaseGridDataSeries3D<TX,TY,TZ>
               SciChart.Charting3D.Model.NonUniformGridDataSeries3D<TX,TY,TZ>
                  SciChart.Charting3D.Model.NonUniformGridDataSeries3D<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