Search Results for

    Show / Hide Table of Contents

    Interface IXyDataSeriesValues<TX,TY>

    Defines the interface to an Xy DataSeries values, a series containing X and Y data-points. See Also: com.scichart.charting.visuals.renderableSeries.XyScatterRenderableSeries, com.scichart.charting.visuals.renderableSeries.FastMountainRenderableSeries, com.scichart.charting.visuals.renderableSeries.FastColumnRenderableSeries, com.scichart.charting.visuals.renderableSeries.XyRenderableSeriesBase, com.scichart.charting.visuals.renderableSeries.FastLineRenderableSeries

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

    Methods

    getYValues()

    Gets the Y Values of this series

    Declaration
    public abstract ISciList<TY> getYValues()
    Returns
    Type Description
    ISciList<TY>

    The Y Values of this series

    Implements

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