Search Results for

    Show / Hide Table of Contents

    Interface IUniformHeatmapDataSeries<TX,TY,TZ>

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

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

    Methods

    setStartX(TX startX)

    Sets start X value for 2D heatmap

    Declaration
    public abstract void setStartX(TX startX)
    Parameters
    Type Name Description
    TX startX

    The new startX value

    setStartY(TY startY)

    Sets start Y value for 2D heatmap

    Declaration
    public abstract void setStartY(TY startY)
    Parameters
    Type Name Description
    TY startY

    The new startY value

    setStepX(TX stepX)

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

    Declaration
    public abstract void setStepX(TX stepX)
    Parameters
    Type Name Description
    TX stepX

    The new stepX value

    setStepY(TY stepY)

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

    Declaration
    public abstract void setStepY(TY stepY)
    Parameters
    Type Name Description
    TY stepY

    The new stepY value

    updateRangeZAt(int xIndex, int yIndex, TZ[] values)

    Updates the range of Z values for this series

    Declaration
    public abstract void updateRangeZAt(int xIndex, int yIndex, TZ[] values)
    Parameters
    Type Name Description
    int xIndex

    The xIndex to start update at

    int yIndex

    The yIndex to start update at

    TZ[] values

    The new Z values

    updateRangeZAt(int xIndex, int yIndex, IValues<TZ> values)

    Updates the range of Z values for this series

    Declaration
    public abstract void updateRangeZAt(int xIndex, int yIndex, IValues<TZ> values)
    Parameters
    Type Name Description
    int xIndex

    The xIndex to start update at

    int yIndex

    The yIndex to start update at

    IValues<TZ> values

    The new Z values

    updateRangeZAt(int xIndex, int yIndex, List<TZ> values)

    Updates the range of Z values for this series

    Declaration
    public abstract void updateRangeZAt(int xIndex, int yIndex, List<TZ> values)
    Parameters
    Type Name Description
    int xIndex

    The xIndex to start update at

    int yIndex

    The yIndex to start update at

    List<TZ> values

    The new Z values

    updateZAt(int xIndex, int yIndex, TZ value)

    Updates Z Value at specified xIndex and yIndex

    Declaration
    public abstract void updateZAt(int xIndex, int yIndex, TZ value)
    Parameters
    Type Name Description
    int xIndex

    The xIndex to update at

    int yIndex

    The yIndex to update at

    TZ value

    The value to set

    updateZValues(TZ[] values)

    Updates all Z values for this series

    Declaration
    public abstract void updateZValues(TZ[] values)
    Parameters
    Type Name Description
    TZ[] values

    The new Z value for this series

    updateZValues(IValues<TZ> values)

    Updates all Z values for this series

    Declaration
    public abstract void updateZValues(IValues<TZ> values)
    Parameters
    Type Name Description
    IValues<TZ> values

    The new Z value for this series

    updateZValues(List<TZ> values)

    Updates all Z values for this series

    Declaration
    public abstract void updateZValues(List<TZ> values)
    Parameters
    Type Name Description
    List<TZ> values

    The new Z value for this series

    Implements

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