Class DefaultOhlcSeriesInfoProvider
Defines a default series info provider for OhlcRenderableSeriesBase
Inheritance
DefaultOhlcSeriesInfoProvider
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class DefaultOhlcSeriesInfoProvider extends renderableSeries.hitTest.SeriesInfoProviderBase<renderableSeries.OhlcRenderableSeriesBase,renderableSeries.hitTest.OhlcSeriesInfo>
Constructors
DefaultOhlcSeriesInfoProvider()
Create a new instance of DefaultOhlcSeriesInfoProvider
Declaration
public DefaultOhlcSeriesInfoProvider()
DefaultOhlcSeriesInfoProvider(Class<renderableSeries.OhlcRenderableSeriesBase> renderableSeriesType)
Create a new instance of DefaultOhlcSeriesInfoProvider
Declaration
protected DefaultOhlcSeriesInfoProvider(Class<renderableSeries.OhlcRenderableSeriesBase> renderableSeriesType)
Parameters
| Type | Name | Description |
|---|---|---|
| Class<OhlcRenderableSeriesBase> | renderableSeriesType | The renderable series type to use |
Methods
getSeriesInfoInternal()
Declaration
protected renderableSeries.hitTest.OhlcSeriesInfo getSeriesInfoInternal()
Returns
| Type | Description |
|---|---|
| renderableSeries.hitTest.OhlcSeriesInfo |
Overrides
getSeriesTooltipInternal(Context context, renderableSeries.hitTest.OhlcSeriesInfo seriesInfo, Class<?> modifierType)
Creates a new ISeriesTooltip.
Declaration
protected renderableSeriesISeriesTooltip getSeriesTooltipInternal(Context context, renderableSeries.hitTest.OhlcSeriesInfo seriesInfo, Class<?> modifierType)
Parameters
| Type | Name | Description |
|---|---|---|
| android.content.Context | context | |
| renderableSeries.hitTest.OhlcSeriesInfo | seriesInfo | |
| Class<?> | modifierType |
Returns
| Type | Description |
|---|---|
| renderableSeriesISeriesTooltip |