IUniformHeatmapDataSeries Interface Properties
For a list of all members of this type, see IUniformHeatmapDataSeries members.
Public Properties
| 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.IDataSeries) |
![]() | ArrayHeight | Returns one dimension of a heatmap. (Inherited from SciChart.Charting.Model.DataSeries.Heatmap2DArrayDataSeries.IHeatmapDataSeries) |
![]() | ArrayWidth | Returns one dimension of a heatmap. (Inherited from SciChart.Charting.Model.DataSeries.Heatmap2DArrayDataSeries.IHeatmapDataSeries) |
![]() | ChangeCount | Gets the change count for this data series. Allows to identify when data series was changed (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | Count | Gets the number of points in this dataseries. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | DataContainsBoundaryValues | Gets whether the Y data contains special numeric values, e.g. double.MaxValue or double.NegativeInfinity (Inherited from SciChart.Charting.Model.DataSeries.IDataDistributionProvider) |
![]() | DataContainsNaN | Gets whether the Y data contains NaN values (Inherited from SciChart.Charting.Model.DataSeries.IDataDistributionProvider) |
![]() | DataIsEvenlySpaced | Gets whether the X data is evenly spaced (Inherited from SciChart.Charting.Model.DataSeries.IDataDistributionProvider) |
![]() | 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.IDataDistributionProvider) |
![]() | DataSeriesType | Gets the DataSeriesType for this DataSeries. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | FifoCapacity | Gets or sets the size of the FIFO buffer. If null, then the dataseries 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.IDataSeries) |
![]() | HasMetadata | Gets whether the DataSeries contains metadata for any point(is not empty). (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | HasValues | Gets whether the DataSeries has values(is not empty). (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | IsFifo | Gets whether the dataseries behaves as a FIFO. If True, when the FifoCapacity is reached, old points will be discarded in favour of new points, resulting in a scrolling chart. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | 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.IDataSeries) |
![]() | IsSuspended | Gets a value indicating whether updates for the target are currently suspended (Inherited from SciChart.Core.Framework.ISuspendable) |
![]() | LatestYValue | Gets the latest Y-Value of the DataSeries. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | Metadata | Gets a 2D array of SciChart.Charting.Model.DataSeries.IPointMetadata, if presents. (Inherited from SciChart.Charting.Model.DataSeries.Heatmap2DArrayDataSeries.IHeatmapDataSeries) |
![]() | MinXSpacing | Gets the minimal spacing between X Values (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | ParentSurface | Gets or sets the parent SciChart.Charting.Visuals.ISciChartSurface which this SciChart.Charting.Model.DataSeries.IDataSeries instance is attached to. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | SeriesName | Gets or sets the name of this series. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | SyncRoot | Gets a synchronization object used to lock this data-series. Also locked on append, update, remove or clear. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | Tag | Gets or sets an arbitrary tag on the DataSeries (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | XMax | Gets the computed Maximum value in X for this series. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | XMin | Gets the computed Minimum value in X for this series. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | XRange | Gets the total extents of the SciChart.Charting.Model.DataSeries.IDataSeries in the X direction. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | XStart | Returns the first X value of a heatmap. |
![]() | XStep | Returns the value of the step (offset) of a heatmap in the X direction. |
![]() | XType | Gets the Type of X-data points in this DataSeries. Used to check compatibility with Axis types. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | XValues | Gets the XValues of this dataseries. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | YMax | Gets the computed Maximum value in Y for this series. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | YMin | Gets the computed Minimum value in Y for this series. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | YRange | Gets the total extents of the SciChart.Charting.Model.DataSeries.IDataSeries in the Y direction. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | YStart | Returns the first Y value of a heatmap. |
![]() | YStep | Returns the value of the step (offset) of a heatmap in the Y direction. |
![]() | YType | Gets the Type of Y-data points in this DataSeries. Used to check compatibility with Axis types. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | YValues | Gets the YValues of this dataseries. (Inherited from SciChart.Charting.Model.DataSeries.IDataSeries) |
![]() | ZType | Returns the type of the Z values of a heatmap. (Inherited from SciChart.Charting.Model.DataSeries.Heatmap2DArrayDataSeries.IHeatmapDataSeries) |
See Also
