Search Results for

    Show / Hide Table of Contents

    Class Slice

    Defines a class which is represent vertical slice with tooltips to be used in RolloverModifier.

    Inheritance
    java.lang.Object
    Slice
    Implements
    IThemeable
    Inherited Members
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    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

    Implements

    IThemeable
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml