Search Results for

    Show / Hide Table of Contents

    Interface IOhlcDataSeriesValues<TX,TY>

    Defines the interface to an OHLC DataSeries values, a series containing Open, High, Low, Close data-points. See Also: com.scichart.charting.visuals.renderableSeries.OhlcRenderableSeriesBase, com.scichart.charting.visuals.renderableSeries.FastCandlestickRenderableSeries, com.scichart.charting.visuals.renderableSeries.FastOhlcRenderableSeries

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

    Methods

    getCloseValues()

    Gets the High Values of this series

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

    The High Values of this series

    getHighValues()

    Gets the High Values of this series

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

    The High Values of this series

    getLowValues()

    Gets the High Values of this series

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

    The High Values of this series

    getOpenValues()

    Gets the High Values of this series

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

    The High Values of this series

    Implements

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