SciChart.Charting Assembly : SciChart.Charting.Model.DataSeries Namespace
SciChart.Charting.Model.DataSeries Namespace
Classes
 ClassDescription
Class 
ClassProvides an BoxPlotDataSeries which has TX,TY type = TAllPoints. See the documentation for BoxPlotDataSeries<TX,TY>
ClassA generic DataSeries which provides data in Min, Lower Quartile, Median, Upper Quartile, Max format for consumption by the .
ClassAn internal concept - the SciChart.Data.Model.IPointSeries provides a sequence of ISeriesPoint<T> derived types, which represent resampled data immediately before rendering. The BoxPointSeries specifically is used when resampling and rendering Box Plot points
ClassA metadata class that holds a collection of SciChart.Charting.Model.ITick instances. It is used as metadata for a DataSeries rendered by SciChart.Charting.Visuals.RenderableSeries.FastMarketProfileRenderableSeries and SciChart.Charting.Visuals.RenderableSeries.FastHistoBarRenderableSeries.
Class A generic abstract base class which defines a generic DataSeries which contains 1..N columns, such as X,Y in the case of plain X,Y data, or X, Open, High, Low, Close in the case of OHLC data.
ClassEvent args used by event IDataSeries.DataSeriesChanged event
ClassProvides some helper methods for IDataSeries.
Class Contains settings to translate double value into color for heatmap
ClassProvides an HlcDataSeries which has TX,TY type = TAllPoints. See the documentation for HlcDataSeries<TX,TY>
ClassThe HlcDataSeries provides a generic data-source in High-Low-Close format for Hlc charts as well as Error bar charts. See also which requires this DataSeries<TX,TY> type as a Data-source. Any 2D renderable Series type such as will render the X-Close value as X-Y.
ClassAn internal concept - the SciChart.Data.Model.IPointSeries provides a sequence of ISeriesPoint<T> derived types, which represent resampled data immediately before rendering. The HlcPointSeries specifically is used when resampling and rendering points for Error Bars and HLC charts
ClassProvides an OhlcDataSeries which has TX,TY type = TAllPoints. See the documentation for OhlcDataSeries<TX,TY>
ClassA DataSeries to store OHLC data-points, containing X and Y-Open, Y-High, Y-Low, Y-Close values. May be used as a DataSource for and as well as standard XY renderable series types
ClassAn internal concept - the SciChart.Data.Model.IPointSeries provides a sequence of ISeriesPoint<T> derived types, which represent resampled data immediately before rendering. The OhlcPointSeries specifically is used when resampling and rendering OhlcDataSeries
ClassRepresents a single data point in SciChart.Charting.Visuals.RenderableSeries.RadarPolygonRenderableSeries.DataSeries.
ClassAn implementation of StripeDataSeries<TX,TY> where TX and TY are the same type (TXY)
ClassA DataSeries to store X,X1 values, while Y-Values are assumed to be constant. Must be used as a DataSource for type.
Class Represents the X,X1 Values of a single stripe.
Class Provides parameters to describe a dataset, for example, whether there are known Min and Max values or whether it contains NaN values.
ClassA DataSeries to store Y-Values, while X-Values are assumed to be equidistant. X-Values start at the XStart value and every next value is greater than previous by XStep. May be used as a DataSource for as well as standard XY SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries types.
Class Allows user provided flags for IsSortedAscending and IsEvenlySpaced, flags which are used to determine the correct algorithm for sorting, searching and data-compression in SciChart. Overridding these flags allows for faster operation where the data distribution is known in advance
ClassAn implementation of XyDataSeries<TX,TY> where TX and TY are the same type (TAllPoints) e.g. var dataSeries = new XyDataSeries{double}() is equivalent to var dataSeries = new XyDataSeries{double, double}()
ClassA DataSeries to store Xy data-points, containing X and Y values which must be sorted in the X-direction. May be used as a DataSource for as well as standard XY renderable series types.
ClassA DataSeries to store Xyy data-points, containing X and Y0, Y1 values. May be used as a DataSource for as well as standard XY renderable series types.
ClassA DataSeries to store Xyy data-points, containing X and Y0, Y1 values. May be used as a DataSource for as well as standard XY renderable series types.
ClassProvides an XyzDataSeries which has X,Y,Z type = TAllPoints. See the documentation for XyzDataSeries<TX,TY,TZ>
ClassProvides a generic to hold X,Y,Z values. Used as a data-source for the , if this DataSeries is assigned to any other X-Y type, then the X-Y values will be rendered (Z ignored).
ClassAn internal concept - the SciChart.Data.Model.IPointSeries provides a sequence of ISeriesPoint<T> derived types, which represent resampled data immediately before rendering. The XyzPointSeries specifically is used when resampling and rendering points for an XyzDataSeries<TX,TY,TZ> any other series-type which requires one X-value, Y-value and Z-value
Interfaces
 InterfaceDescription
InterfaceDefines the interface to BoxPlotDataSeries<TX,TY>, which provides data in Min, Lower Quartile, Median, Upper Quartile, Max format for consumption.
InterfaceDefines the interface to BoxPlotDataSeries<TX,TY>, which provides data in Min, Lower Quartile, Median, Upper Quartile, Max format for consumption.
Interface Defines the interface to a DataDistributionCalculator
Interface Defines the interface to a DataDistributionProvider which provides different information about DataSeries
InterfaceDefines the base interface to a DataSeries which provides a data-source for SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries.
InterfaceDefines the Generic interface to a DataSeries which provides a data-source to a SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries.
Interface Represents 2D color data for Array2DSegment
Interface Defines the interface to a High-Low-Close DataSeries, which contains columns of X-Values and Y-Values, High-Values and Low-Values.
Interface Defines the interface to a typed High-Low-Close DataSeries, which contains columns of X-Values and Y-Values, High-Values and Low-Values.
Interface Defines the interface to an OHLC DataSeries, a series containing Open, High, Low, Close data-points.
Interface Defines the typed interface to an OHLC DataSeries, a series containing Open, High, Low, Close data-points.
Interface IPointMetadata is the base interface for PointMetadata derived types. By creating a class which implements this interface, you can tag an X-Y point on a DataSeries with any business object
InterfaceDefines the interface to a single data point in SciChart.Charting.Visuals.RenderableSeries.RadarPolygonRenderableSeries.DataSeries.
InterfaceProvides an interface to StripeDataSeries<TX,TY>
InterfaceProvides an interface to StripeDataSeries<TX,TY>
InterfaceProvides an interface to UniformXyDataSeries<TY>
InterfaceProvides an interface to UniformXyDataSeries<TY>
Interface Defines the interface to an Xy DataSeries, which contains columns of X-Values and Y-Values.
Interface Defines the interface to a typed Xy DataSeries, which contains columns of X-Values and Y-Values.
Interface Defines the interface to an Xyy DataSeries, a series containing X, Y0 and Y1 data-points
Interface Defines the templated interface to an Xyy DataSeries, a series containing X, Y0 and Y1 data-points
InterfaceProvides the interface to a to hold X,Y,Z values. Used as a data-source for the , if this DataSeries is assigned to any other X-Y type, then the X-Y values will be rendered (Z ignored).
InterfaceProvides a generic interface to a to hold X,Y,Z values. Used as a data-source for the , if this DataSeries is assigned to any other X-Y type, then the X-Y values will be rendered (Z ignored).
Structures
 StructureDescription
Structure Provides parameters to describe an X-Y dataset, for example, is the data sorted ascending in X, evenly spaced in X, or does it contain NaN values?
Structure A structure to contain OHLC series point values
Enumerations
 EnumerationDescription
EnumerationDescribes an action that caused a IDataSeries.DataSeriesChanged event
EnumerationDefines enumeration constants for accessing columns in a DataSeries<TX,TY>
EnumerationEnumeration constants to define the Type of DataSeries<TX,TY>
EnumerationConstants to define the type of update when the IDataSeries.DataSeriesChanged event is raised
EnumerationDefines enumeration constants for a programmatic redraw of the parent SciChart.Charting.Visuals.SciChartSurface
See Also