Properties  Methods  Events


BaseHeatmapDataSeries<TX,TY,TZ> Class Members

The following tables list the members exposed by BaseHeatmapDataSeries<TX,TY,TZ>.

Public Constructors
Public Properties
 NameDescription
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property Gets a value indicating whether updates for the target are currently suspended.  
Public Property  
Public PropertyProperty is used to keep better performance with non double type ZValues. Note: if set to true with non double ZValues type then method IHeatmapDataSeries.UpdateZValue or updating ZValues array by reference has no effect.  
Public Property  
Public Property  
Public Property  
Public Property Gets or sets an arbitrary tag on the DataSeries  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Public Property  
Top
Public Methods
 NameDescription
Public MethodOverloaded.   
Public Method  
Public Method  
Public MethodCalled by SciChart.Core.Framework.IUpdateSuspender each time a target suspender is disposed. When the final target suspender has been disposed, ResumeUpdates is called.  
Public Method  
Public Method  
Public Method  
Public MethodOverloaded.   
Public Method  
Public Method  
Public MethodOverloaded.   
Public Method  
Public Method  
Public Method  
Public Method  
Public Method Returns the Z value of the corresponding heatmap cell.  
Public MethodMay be called to trigger a redraw on the parent SciChart.Charting.Visuals.SciChartSurface. This method is extremely useful May be called to trigger a redraw on the parent SciChart.Charting.Visuals.SciChartSurface. This method is extremely useful when SciChart.Charting.Model.DataSeries.IDataSeries are in a ViewModel and bound via MVVM to SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries. Please see the rangeMode parameter for invalidation options  
Public Method  
Public Method  
Public MethodResumes updates on the target, intended to be called by SciChart.Core.Framework.IUpdateSuspender.  
Public Method Suspends drawing updates on the target until the returned object is disposed, when a final draw call will be issued.  
Public Method  
Public Method  
Public Method Update ZValue  
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Public Extension Method
Top
Public Events
 NameDescription
Public Event  
Public Event Occurs when a property value changes. (Inherited from SciChart.Data.Model.BindableObject)
Top
See Also