For a list of all members of this type, see BoxPlotDataSeries<TX,TY> members.
Name | Description | |
---|---|---|
![]() | AcceptsUnsortedData | New to v3.3: when AcceptsUnsortedData is false, the DataSeries with throw an InvalidOperationException if unsorted data is appended. Unintentional unsorted data can result in much slower performance. To disable this check, set AcceptsUnsortedData = true. (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | ChangeCount | Gets the change count for this data series. Allows to identify when data series was changed. (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | Count | Gets the number of points in this data series (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | DataContainsNaN | Gets whether the data contains NaN values (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | DataDistributionCalculator | Gets or Sets the DataDistrutionCalculator instance for this DataSeries. Used when resampling data to determine the correct algorithm (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | DataIsEvenlySpaced | Gets whether the data is evenly paced (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | DataIsSortedAscending | Gets whether this DataSeries contains Sorted data in the X-direction. Note: Sorted data will result in far faster indexing operations. If at all possible, try to keep your data sorted in the X-direction (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | DataSeriesType | Overridden. Gets the DataSeries<TX,TY>.DataSeriesType for this DataSeries |
![]() | FifoCapacity | Gets or sets the size of the FIFO buffer. If null, then the Data Series is unlimited. If a value is set, when the point count reaches this value, older points will be discarded (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | HasMetadata | Gets whether the SciChart.Charting.Model.DataSeries contains points' metadata (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | HasValues | Overridden. Gets whether the SciChart.Charting.Model.DataSeries has values (is not empty) |
![]() | IsFifo | Gets whether the Data Series behaves as a FIFO If True, when the FifoCapacity is reached, old points will be discarded in favour of new points (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | IsSorted | Gets whether this DataSeries contains Sorted data in the X-direction. Note: Sorted data will result in far faster indexing operations. If at all possible, try to keep your data sorted in the X-direction (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | IsSuspended | Gets a value indicating whether updates for the target are currently suspended (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | Item | Gets the item at the index from the specified DataSeriesColumn. (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | LatestYValue | Gets the latest Y-Value of the DataSeries (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | LowerQuartileValues | |
![]() | MaximumValues | |
![]() | MedianValues | |
![]() | Metadata | Gets the Metadata of this series (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | MinimumValues | |
![]() | MinXSpacing | Gets the minimal spacing between X Values (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | ParentSurface | Gets or sets the parent SciChart.Charting.Visuals.ISciChartSurface which this IDataSeries instance is attached to (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | SeriesName | Gets or sets the name of this series (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | SyncRoot | Synchronization object (per instance) (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | Tag | Gets or sets an arbitrary tag on the DataSeries (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | UpperQuartileValues | |
![]() | XMax | Gets the computed Maximum value in X for this series (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | XMin | Gets the computed Minimum value in X for this series (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | XRange | Gets the computed XRange, which is an SciChart.Data.Model.IRange wrapping XMin and XMax properties (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | XType | Gets the Type of X-data points in this DataSeries. Used to check compatibility with Axis types (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | XValues | Gets the X Values of this series (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | YMax | Gets the computed Maximum value in Y for this series (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | YMin | Gets the computed Minimum value in Y for this series (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | YRange | Overridden. Gets the computed YRange, which is an SciChart.Data.Model.IRange wrapping YMin and YMax properties |
![]() | YType | Gets the Type of Y-data points in this DataSeries. Used to check compatibility with Axis types (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
![]() | YValues | Gets the Y Values of this series (Inherited from SciChart.Charting.Model.DataSeries.DataSeries<TX,TY>) |
Reference
BoxPlotDataSeries<TX,TY> Class
SciChart.Charting.Model.DataSeries Namespace
BoxPlotDataSeries<TX,TY> Class
DataSeries<TX,TY> Class
IDataSeries Interface
IDataSeries<TX,TY> Interface
IXyDataSeries<TX,TY> Interface
IXyDataSeries Interface
XyDataSeries<TX,TY> Class
IXyyDataSeries<TX,TY> Interface
IXyyDataSeries Interface
XyyDataSeries<TX,TY> Class
IOhlcDataSeries<TX,TY> Interface
IOhlcDataSeries Interface
OhlcDataSeries<TX,TY> Class
IHlcDataSeries<TX,TY> Interface
IHlcDataSeries Interface
HlcDataSeries<TX,TY> Class
IXyzDataSeries<TX,TY,TZ> Interface
IXyzDataSeries Interface
XyzDataSeries<TX,TY,TZ> Class
BoxPlotDataSeries<TX,TY> Class
BaseRenderableSeries Class