public class Slice extends java.lang.Object implements IThemeable
RolloverModifier
.Modifier and Type | Field and Description |
---|---|
com.scichart.core.observable.ProjectionCollection<ISeriesTooltip,IRenderableSeries> |
sliceTooltips
Collection of
ISeriesTooltip for this slice |
android.graphics.PointF |
xyCoordinate
A point snapped to the X-Y value of the series.
|
Constructor and Description |
---|
Slice(com.scichart.core.common.Func1<IRenderableSeries,ISeriesTooltip> getSeriesTooltipFunc)
Create a new
Slice instance |
Modifier and Type | Method and Description |
---|---|
void |
applyThemeProvider(IThemeProvider themeProvider)
Applies specified theme to current instance
|
public final com.scichart.core.observable.ProjectionCollection<ISeriesTooltip,IRenderableSeries> sliceTooltips
ISeriesTooltip
for this slicepublic final android.graphics.PointF xyCoordinate
public Slice(com.scichart.core.common.Func1<IRenderableSeries,ISeriesTooltip> getSeriesTooltipFunc)
Slice
instancegetSeriesTooltipFunc
- A Func1
used to get tooltip for IRenderableSeries
public void applyThemeProvider(IThemeProvider themeProvider)
applyThemeProvider
in interface IThemeable
themeProvider
- The IThemeProvider
instance which provides new theme for current instance