SciChart.Data Assembly : SciChart.Data.Model Namespace
SciChart.Data.Model Namespace
Classes
 ClassDescription
ClassProvides a base-type for classes that need to raise System.ComponentModel.INotifyPropertyChanged events
ClassDefines a Range of Type DateTime
ClassDefines a range of type System.Decimal
ClassDefines a range of type System.Double
ClassDefines a range of type System.Single
ClassA Data Structure which stores a 2D uniform array of T elements
ClassDefines a range used to specify array indices to another series
ClassDefines a Range of type Int64
ClassDefines a Range of type Integer
ClassDefines a strongly typed PointSeries which contains subset of X,Y data used to render points to the screen.
Class 
ClassProvides data for the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event.
ClassAbstract base implementation of IRange, used throughout SciChart for visible, data and index range calculations
ClassHelper class to instantiate IRange derived types, where strong typing is required underneath but the runtime type of IRange is not known
ClassDefines a strongly typed PointSeries which contains subset of X,X1 data used to render stripes to the screen.
ClassDefines a Range of Type TimeSpan
ClassA list wrapper that gives access to the underlying array. TODO: Not fully implemented
ClassDefines a strongly typed PointSeries which contains subset Y values used to render points to the screen.
ClassDefines a wrapper class for an array which can be resized
ClassDefines a strongly typed PointSeries which contains subset of X,Y,Y1 data used to render points to the screen.
Interfaces
 InterfaceDescription
InterfaceDefines the interface to a collection of X,Y data used to render points to the screen.
InterfaceDefines the base interface to a Range (Min, Max), used throughout SciChart for visible, data and index range calculations
InterfaceDefines the generic interface to a Range (Min, Max), used throughout SciChart for visible, data and index range calculations
InterfaceDefines a high-performance array-backed generic list type
InterfaceDefines the interface to a collection of Y values used to render points to the screen.
InterfaceBuffer of vertices, managed on native side and used for native point series rendering purposes.
InterfaceDefines the interface to a collection of X,Y,Y1 data used to render points to the screen.
Enumerations
 EnumerationDescription
EnumerationProvide values which define how to perform clipping of IRange
See Also