Search Results for

    Show / Hide Table of Contents

    Interface IXDataSeriesValues<TX,TY>

    Defines the interface to an X DataSeries values, a series containing X data-points.

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

    Methods

    getXValues()

    Gets the X Values of this series

    Declaration
    public abstract ISciList<TX> getXValues()
    Returns
    Type Description
    ISciList<TX>

    The X Values of this series

    Implements

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