Members 
UniformVectorFieldDataSeries Class
Represents a uniform grid vector field — vectors defined at every intersection of evenly spaced X and Y axes — as an IDataSeries<TX,TY> to be displayed by SciChart.Charting.Visuals.RenderableSeries.VectorFieldRenderableSeries.
Object Model
UniformVectorFieldDataSeries ClassIndexRange ClassDoubleRange ClassDoubleRange ClassISciChartSurface InterfaceIAnnotationCanvas InterfaceAnnotationCollection ClassIAnnotation InterfaceIAnnotationCanvas InterfaceIChartModifier InterfaceIGridLinesPanel InterfaceIChartModifierSurface InterfaceIRenderSurface InterfaceIMainGrid InterfaceIServiceContainer InterfaceIViewportManager InterfaceAxisCollection ClassIAxis InterfaceIAxis InterfaceAxisCollection ClassIAxis InterfaceIAxis InterfaceIZoomHistoryManager InterfaceIRange InterfaceIRange Interface
Syntax
Remarks

Grid origin positions are defined implicitly by XStart, XStep, XCount, YStart, YStep, and YCount, so no separate X/Y coordinate arrays need to be allocated.

DX/DY arrays are indexed as [xi, yi]. Grid dimensions are inferred from dx.GetLength(0) and dx.GetLength(1).

Inheritance Hierarchy

System.Object
   SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase
      SciChart.Charting.Model.DataSeries.UniformVectorFieldDataSeries

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