Search Results for

    Show / Hide Table of Contents

    Interface IGridDataSeries3DValues<TX,TY,TZ>

    Defines an interface to 3D GridDataSeries, the data source used for various com.scichart.charting3d.visuals.renderableSeries.IRenderableSeries3D

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

    Methods

    getXSize()

    Gets the size of 3D grid in X direction

    Declaration
    public abstract int getXSize()
    Returns
    Type Description
    int

    The size of 3D grid in X direction

    getXValueAt(int xIndex)

    Gets the X value for specified xIndex

    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

    getXValues()

    Gets the X Values of this series

    Declaration
    public abstract IDoubleValuesProvider getXValues()
    Returns
    Type Description
    IDoubleValuesProvider

    The X Values of this series

    getYValueAt(int xIndex, int zIndex)

    Gets the Y value for specified xIndex and zIndex

    Declaration
    public abstract TY getYValueAt(int xIndex, int zIndex)
    Parameters
    Type Name Description
    int xIndex

    The xIndex to get Y value for

    int zIndex

    The zIndex to get Y value for

    Returns
    Type Description
    TY

    The y value

    getYValues()

    Gets the Y Values of this series

    Declaration
    public abstract IDoubleValuesProvider getYValues()
    Returns
    Type Description
    IDoubleValuesProvider

    The Y Values of this series

    getZSize()

    Gets the size of 3D grid in Z direction

    Declaration
    public abstract int getZSize()
    Returns
    Type Description
    int

    The size of 3D grid in Z direction

    getZValueAt(int zIndex)

    Gets the Z value for specified zIndex

    Declaration
    public abstract TZ getZValueAt(int zIndex)
    Parameters
    Type Name Description
    int zIndex

    The zIndex to get Z value for

    Returns
    Type Description
    TZ

    The z value

    getZValues()

    Gets the Z Values of this series

    Declaration
    public abstract IDoubleValuesProvider getZValues()
    Returns
    Type Description
    IDoubleValuesProvider

    The Z Values of this series

    Implements

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