SciChart.Data.Model Namespace
Classes
Class | Description | |
---|---|---|
![]() | BindableObject | Provides a base-type for classes that need to raise System.ComponentModel.INotifyPropertyChanged events |
![]() | DateRange | Defines a Range of Type DateTime |
![]() | DecimalRange | Defines a range of type System.Decimal |
![]() | DoubleRange | Defines a range of type System.Double |
![]() | FloatRange | Defines a range of type System.Single |
![]() | GridData<T> | A Data Structure which stores a 2D uniform array of T elements |
![]() | IndexRange | Defines a range used to specify array indices to another series |
![]() | Int64Range | Defines a Range of type Int64 |
![]() | IntegerRange | Defines a Range of type Integer |
![]() | Point2DSeries | Defines a strongly typed PointSeries which contains subset of X,Y data used to render points to the screen. |
![]() | PointSeriesBase | |
![]() | PropertyChangedEventArgsWithValues | Provides data for the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event. |
![]() | Range<T> | Abstract base implementation of IRange, used throughout SciChart for visible, data and index range calculations |
![]() | RangeFactory | Helper class to instantiate IRange derived types, where strong typing is required underneath but the runtime type of IRange is not known |
![]() | StripePointSeries | Defines a strongly typed PointSeries which contains subset of X,X1 data used to render stripes to the screen. |
![]() | TimeSpanRange | Defines a Range of Type TimeSpan |
![]() | UncheckedList<T> | A list wrapper that gives access to the underlying array. TODO: Not fully implemented |
![]() | UniformXyPointSeries | Defines a strongly typed PointSeries which contains subset Y values used to render points to the screen. |
![]() | Values<T> | Defines a wrapper class for an array which can be resized |
![]() | XyyPoint2DSeries | Defines a strongly typed PointSeries which contains subset of X,Y,Y1 data used to render points to the screen. |
Interfaces
Interface | Description | |
---|---|---|
![]() | IPointSeries | Defines the interface to a collection of X,Y data used to render points to the screen. |
![]() | IRange | Defines the base interface to a Range (Min, Max), used throughout SciChart for visible, data and index range calculations |
![]() | IRange<T> | Defines the generic interface to a Range (Min, Max), used throughout SciChart for visible, data and index range calculations |
![]() | ISciList<T> | Defines a high-performance array-backed generic list type |
![]() | IUniformXyPointSeries | Defines the interface to a collection of Y values used to render points to the screen. |
![]() | IVertexBuffer | Buffer of vertices, managed on native side and used for native point series rendering purposes. |
![]() | IXyyPointSeries | Defines the interface to a collection of X,Y,Y1 data used to render points to the screen. |
Enumerations
Enumeration | Description | |
---|---|---|
![]() | RangeClipMode | Provide values which define how to perform clipping of IRange |
See Also