Search Results for

    Show / Hide Table of Contents

    Interface IUniformHeatmapDataSeriesValues<TX,TY,TZ>

    Defines the interface for 2D uniform heatmap DataSeries value, containing X, Y and Z values See Also: com.scichart.charting.visuals.renderableSeries.FastUniformHeatmapRenderableSeries

    Implements
    com.scichart.charting.model.dataSeries.IDataSeries<TX,TY>
    Namespace:
    Assembly: .dll
    Syntax
    public interface IUniformHeatmapDataSeriesValues<TX,TY,TZ> extends dataSeries.IDataSeries<TX,TY>
    Type Parameters
    Name Description
    TX
    TY
    TZ

    Methods

    getStartX()

    Gets start X value for 2D heatmap

    Declaration
    public abstract TX getStartX()
    Returns
    Type Description
    TX

    The startX value

    getStartY()

    Gets start Y value for 2D heatmap

    Declaration
    public abstract TY getStartY()
    Returns
    Type Description
    TY

    The startY value

    getStepX()

    Gets the size for each cell in 2D heatmap in X direction

    Declaration
    public abstract TX getStepX()
    Returns
    Type Description
    TX

    The stepX value

    getStepY()

    Gets the size for each cell in 2D heatmap in Y direction

    Declaration
    public abstract TY getStepY()
    Returns
    Type Description
    TY

    The stepY value

    getXIndex(int zIndex)

    Gets xIndex based on index from IUniformHeatmapDataSeriesValues#getZValues() list

    Declaration
    public abstract int getXIndex(int zIndex)
    Parameters
    Type Name Description
    int zIndex

    The raw zIndex of item from IUniformHeatmapDataSeriesValues#getZValues() list

    Returns
    Type Description
    int

    The xIndex

    getXSize()

    Gets the size of 2D heatmap data in X direction

    Declaration
    public abstract int getXSize()
    Returns
    Type Description
    int

    The size of 2D hetmap in X direction

    getXValueAt(int xIndex)

    Gets the X value for specified index

    Declaration
    public abstract TX getXValueAt(int xIndex)
    Parameters
    Type Name Description
    int xIndex

    The xIndex to get X value for

    Returns
    Type Description
    TX

    The X value

    getYIndex(int zIndex)

    Gets yIndex based on index from IUniformHeatmapDataSeriesValues#getZValues() list

    Declaration
    public abstract int getYIndex(int zIndex)
    Parameters
    Type Name Description
    int zIndex

    The raw zIndex of item from IUniformHeatmapDataSeriesValues#getZValues() list

    Returns
    Type Description
    int

    The yIndex

    getYSize()

    Gets the size of 2D heatmap data in Y direction

    Declaration
    public abstract int getYSize()
    Returns
    Type Description
    int

    The size of 2D hetmap in Y direction

    getYValueAt(int yIndex)

    Gets the Y value for specified index

    Declaration
    public abstract TY getYValueAt(int yIndex)
    Parameters
    Type Name Description
    int yIndex

    The yIndex to get Y value for

    Returns
    Type Description
    TY

    The Y value

    getZIndex(int xIndex, int yIndex)

    Gets raw zIndex based on xIndex and yIndex

    Declaration
    public abstract int getZIndex(int xIndex, int yIndex)
    Parameters
    Type Name Description
    int xIndex

    The xIndex

    int yIndex

    The yIndex

    Returns
    Type Description
    int

    The raw zIndex

    getZValueAt(int xIndex, int yIndex)

    Gets the Z value for specified xIndex and yIndex

    Declaration
    public abstract TZ getZValueAt(int xIndex, int yIndex)
    Parameters
    Type Name Description
    int xIndex

    The xIndex to get Z value for

    int yIndex

    The yIndex to get Z value for

    Returns
    Type Description
    TZ

    The Z value

    getZValues()

    Gets the Z values of this series

    Declaration
    public abstract ISciList<TZ> getZValues()
    Returns
    Type Description
    ISciList<TZ>

    The Z values of this series

    Implements

    com.scichart.charting.model.dataSeries.IDataSeries<TX,TY>
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml