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
Class Defines 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
Class Defines a range used to specify array indices to another series
Class Defines a Range of type Int64
Class Defines a Range of type Integer
Class Defines a strongly typed PointSeries which contains subset of X,Y data used to render points to the screen.
Class 
Class Provides data for the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event.
ClassAbstract base implementation of IRange, used throughout SciChart for visible, data and index range calculations
Class Helper class to instantiate IRange derived types, where strong typing is required underneath but the runtime type of IRange is not known
Class Defines a strongly typed PointSeries which contains subset of X,X1 data used to render stripes to the screen.
Class Defines a Range of Type TimeSpan
Class A list wrapper that gives access to the underlying array. TODO: Not fully implemented
Class Defines a strongly typed PointSeries which contains subset Y values used to render points to the screen.
Class Defines a wrapper class for an array which can be resized
Class Defines a strongly typed PointSeries which contains subset of X,Y,Y1 data used to render points to the screen.
Interfaces
 InterfaceDescription
Interface Defines the interface to a collection of X,Y data used to render points to the screen.
Interface Defines the base interface to a Range (Min, Max), used throughout SciChart for visible, data and index range calculations
Interface Defines the generic interface to a Range (Min, Max), used throughout SciChart for visible, data and index range calculations
Interface Defines a high-performance array-backed generic list type
Interface Defines the interface to a collection of Y values used to render points to the screen.
Interface Buffer of vertices, managed on native side and used for native point series rendering purposes.
Interface Defines 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