Class Slice
Defines a class which is represent vertical slice with tooltips to be used in RolloverModifier.
Implements
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class Slice implements IThemeable
Constructors
Slice(Func1<renderableSeries.IRenderableSeries,renderableSeriesISeriesTooltip> getSeriesTooltipFunc)
Create a new Slice instance
Declaration
public Slice(Func1<renderableSeries.IRenderableSeries,renderableSeriesISeriesTooltip> getSeriesTooltipFunc)
Parameters
| Type | Name | Description |
|---|---|---|
| Func1<IRenderableSeries,ISeriesTooltip> | getSeriesTooltipFunc | A Func1 used to get tooltip for IRenderableSeries |
Fields
sliceTooltips
Collection of ISeriesTooltip for this slice
Declaration
public final ProjectionCollection<renderableSeriesISeriesTooltip,renderableSeries.IRenderableSeries> sliceTooltips
Field Value
| Type | Description |
|---|---|
| ProjectionCollection<ISeriesTooltip,IRenderableSeries> |
xyCoordinate
A point snapped to the X-Y value of the series.
Declaration
public final PointF xyCoordinate
Field Value
| Type | Description |
|---|---|
| android.graphics.PointF |
Methods
applyThemeProvider(IThemeProvider themeProvider)
Applies specified theme to current instance
Declaration
public void applyThemeProvider(IThemeProvider themeProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| IThemeProvider | themeProvider |