NonUniformVectorFieldDataSeries Class
Represents a flat list of (X, Y, DX, DY) vector data points as an IDataSeries<TX,TY> to be displayed by SciChart.Charting.Visuals.RenderableSeries.VectorFieldRenderableSeries.
Object Model

Syntax
public class NonUniformVectorFieldDataSeries : VectorFieldDataSeriesBase, IDataDistributionProvider, IDataSeries, SciChart.Charting.Model.DataSeries.IDataSeries<double,double>, SciChart.Core.Framework.ISuspendable
Remarks
Vectors may be specified in Cartesian form (DX, DY) via the constructor, or in Polar form (angle, magnitude) via the FromPolar(Double[],Double[],IList<Double>,IList<Double>,VectorAngleUnit,IList<IPointMetadata>) factory method.
XY positions and the DX/DY displacement components may be updated in-place via arrays.
Inheritance Hierarchy
System.Object
SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase
SciChart.Charting.Model.DataSeries.NonUniformVectorFieldDataSeries
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