VectorFieldDataSeriesBase Class
Abstract base class for vector field data series. Provides the common infrastructure shared by NonUniformVectorFieldDataSeries and UniformVectorFieldDataSeries, leaving data storage and range computation to the concrete subclass.
Object Model

Syntax
public abstract class VectorFieldDataSeriesBase : IDataDistributionProvider, IDataSeries, SciChart.Charting.Model.DataSeries.IDataSeries<double,double>, SciChart.Core.Framework.ISuspendable
Inheritance Hierarchy
System.Object
SciChart.Charting.Model.DataSeries.VectorFieldDataSeriesBase
SciChart.Charting.Model.DataSeries.NonUniformVectorFieldDataSeries
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