Properties  Methods  Events


HeatmapSeriesInfo Class Members

The following tables list the members exposed by HeatmapSeriesInfo.

Public Constructors
 NameDescription
Public ConstructorInitializes a new instance of the HeatmapSeriesInfo class.  
Top
Public Properties
 NameDescription
Public PropertyGets or sets the color value of the Heatmap cell at the hit-test site.  
Public PropertyGets the DataColumnInfo collection which this SeriesInfo wraps. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo)
Public PropertyGets or sets the DataSeriesIndex at the hit-test site. (Inherited from XyzSeriesInfo)
Public PropertyGets or sets the type of the data series. (Inherited from XyzSeriesInfo)
Public PropertyGets or sets the brush of the series. (Inherited from XyzSeriesInfo)
Public PropertyGets a formatted XValue. (Inherited from XyzSeriesInfo)
Public PropertyGets a formatted YValue. (Inherited from XyzSeriesInfo)
Public PropertyGets a formatted ZValue.  
Public PropertyGet or sets whether the HitTest operation was a hit or not. (Inherited from XyzSeriesInfo)
Public PropertyGets or sets whether the SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries that this SeriesInfo represents is visible or not. NOTE: Setting this value will show or hide the associated SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries and may be data-bound to. (Inherited from XyzSeriesInfo)
Public PropertyGets the metadata associated with the point at the hit-test site. (Inherited from XyzSeriesInfo)
Public PropertyGets the SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries instance which this SeriesInfo wraps. (Inherited from XyzSeriesInfo)
Public PropertyGets or sets the name of the series. (Inherited from XyzSeriesInfo)
Public PropertyGets or sets the color of the series. (Inherited from XyzSeriesInfo)
Public PropertyGets or sets the Y-value. (Inherited from XyzSeriesInfo)
Public PropertyGets or sets the XIndex at the hit-test site.  
Public PropertyGets or sets the X-value. (Inherited from XyzSeriesInfo)
Public PropertyGets or sets the xy coordinate in pixels of the data-point being inspected. (Inherited from XyzSeriesInfo)
Public PropertyGets or sets the YIndex at the hit-test site.  
Public PropertyGets or sets the Y-value. (Inherited from XyzSeriesInfo)
Public PropertyGets or sets the Z value, which is returned as hit-test result of the SciChart.Charting.Model.DataSeries.XyyDataSeries<TX,TY>. (Inherited from XyzSeriesInfo)
Top
Public Methods
 NameDescription
Public MethodCreates a new object that is a copy of the current instance. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo)
Top
Protected Methods
 NameDescription
Protected MethodReturns a value formatted using X axis format for cursors. (Inherited from SciChart.Charting.Model.ChartData.SeriesInfo)
Protected MethodReturns a value formatted using Y axis format for cursors. (Inherited from XyzSeriesInfo)
Protected MethodOverloaded. Raises the System.ComponentModel.INotifyPropertyChanged.PropertyChanged event (Inherited from XyzSeriesInfo)
Top
Extension Methods
 NameDescription
Public Extension MethodNotifies 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
Top
Public Events
 NameDescription
Public EventOccurs when a property value changes. (Inherited from SciChart.Data.Model.BindableObject)
Top
See Also