Class StackedSeriesCollectionInfoProviderBase
Defines a base series info provider for StackedSeriesCollectionBase inheritors.
Inheritance
StackedSeriesCollectionInfoProviderBase
Inherited Members
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
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 |