Search Results for

    Show / Hide Table of Contents

    Class StackedSeriesCollectionInfoProviderBase

    Defines a base series info provider for StackedSeriesCollectionBase inheritors.

    Inheritance
    java.lang.Object
    RenderableSeriesProviderBase<TRenderableSeries>
    renderableSeries.hitTest.SeriesInfoProviderBase
    StackedSeriesCollectionInfoProviderBase
    Inherited Members
    renderableSeries.RenderableSeriesProviderBase.attachTo(IServiceContainer)
    renderableSeries.RenderableSeriesProviderBase.detach()
    renderableSeries.RenderableSeriesProviderBase.isAttached()
    renderableSeries.hitTest.SeriesInfoProviderBase.getSeriesInfo()
    renderableSeries.hitTest.SeriesInfoProviderBase.getSeriesInfoInternal()
    renderableSeries.hitTest.SeriesInfoProviderBase.getSeriesTooltip()
    renderableSeries.hitTest.SeriesInfoProviderBase.getSeriesTooltip(Class<?>)
    renderableSeries.hitTest.SeriesInfoProviderBase.getSeriesTooltipInternal(Context,TSeriesInfo,Class<?>)
    renderableSeries.hitTest.SeriesInfoProviderBase.tryAddSeriesToLegendDataSource(List<renderableSeries.IRenderableSeries>)
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public abstract class StackedSeriesCollectionInfoProviderBase extends renderableSeries.hitTest.SeriesInfoProviderBase<renderableSeries.StackedSeriesCollectionBase,renderableSeries.hitTest.StackedSeriesInfo>

    Constructors

    StackedSeriesCollectionInfoProviderBase()

    Create a new instance of StackedSeriesCollectionInfoProviderBase

    Declaration
    protected StackedSeriesCollectionInfoProviderBase()

    StackedSeriesCollectionInfoProviderBase(Class<renderableSeries.StackedSeriesCollectionBase> renderableSeriesType)

    Create a new instance of StackedSeriesCollectionInfoProviderBase

    Declaration
    protected StackedSeriesCollectionInfoProviderBase(Class<renderableSeries.StackedSeriesCollectionBase> renderableSeriesType)
    Parameters
    Type Name Description
    Class<StackedSeriesCollectionBase> renderableSeriesType

    The renderable series type to use

    Methods

    getSeriesInfoInternal()

    Declaration
    protected renderableSeries.hitTest.StackedSeriesInfo getSeriesInfoInternal()
    Returns
    Type Description
    renderableSeries.hitTest.StackedSeriesInfo
    Overrides
    SeriesInfoProviderBase<TRenderableSeries,TSeriesInfo>.getSeriesInfoInternal()

    tryAddSeriesToLegendDataSource(List<renderableSeries.IRenderableSeries> legendDataSource)

    When overridden in derived classes, should add all needed IRenderableSeries into legend data source.

    Declaration
    public void tryAddSeriesToLegendDataSource(List<renderableSeries.IRenderableSeries> legendDataSource)
    Parameters
    Type Name Description
    List<IRenderableSeries> legendDataSource
    Overrides
    SeriesInfoProviderBase<TRenderableSeries,TSeriesInfo>.tryAddSeriesToLegendDataSource(List<renderableSeries.IRenderableSeries> legendDataSource)
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml