Interface BandSeriesTooltip.BandSeriesColorSelector
Defines a color selector interface for BandSeriesTooltip
Namespace:
Assembly: .dll
Syntax
public static interface BandSeriesTooltip.BandSeriesColorSelector
Methods
selectColorFrom(renderableSeries.hitTest.BandSeriesInfo seriesInfo)
Selects color for tooltip based on provided series info value
Declaration
public abstract int selectColorFrom(renderableSeries.hitTest.BandSeriesInfo seriesInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| renderableSeries.hitTest.BandSeriesInfo | seriesInfo | The series info |
Returns
| Type | Description |
|---|---|
| int | The color for tooltip |