Search Results for

    Show / Hide Table of Contents

    Class SeriesSelectionModifier

    The SeriesSelectionModifier provides the ability to select series via a Chart Modifier

    Inheritance
    java.lang.Object
    ReceiveMotionEventsBase
    ChartModifierCore
    ChartModifierBase
    GestureModifierBase
    SeriesSelectionModifier
    Inherited Members
    ChartModifierBase.<T>getMasterModifier(T,IReceiveMotionEvents)
    ChartModifierBase.getAllXAxes()
    ChartModifierBase.getAllYAxes()
    ChartModifierBase.getContext()
    ChartModifierBase.getModifierSurface()
    ChartModifierBase.getParentSurface()
    ChartModifierBase.getPointRelativeTo(PointF,IHitTestable)
    ChartModifierBase.getRenderableSeries()
    ChartModifierBase.getRenderableSeriesArea()
    ChartModifierBase.getXAxes()
    ChartModifierBase.getXAxis()
    ChartModifierBase.getXAxis(String)
    ChartModifierBase.getYAxes()
    ChartModifierBase.getYAxis()
    ChartModifierBase.getYAxis(String)
    ChartModifierBase.includeAllAxes()
    ChartModifierBase.includeXAxis(IAxis,boolean)
    ChartModifierBase.includeYAxis(IAxis,boolean)
    ChartModifierBase.isWithinSourceBounds(float,float,boolean,IReceiveMotionEvents)
    ChartModifierBase.onAnnotationsCollectionChanged(CollectionChangedEventArgs<IAnnotation>)
    ChartModifierBase.onAnnotationsDrasticallyChanged()
    ChartModifierBase.onParentSurfaceResized(ResizedMessage)
    ChartModifierBase.onRenderSurfaceRendered(RenderedMessage)
    ChartModifierBase.onXAxesCollectionChanged(CollectionChangedEventArgs<IAxis>)
    ChartModifierBase.onXAxesDrasticallyChanged()
    ChartModifierBase.onYAxesCollectionChanged(CollectionChangedEventArgs<IAxis>)
    ChartModifierBase.onYAxesDrasticallyChanged()
    ChartModifierCore.applyThemeProvider(IThemeProvider)
    ChartModifierCore.checkPointerCounter(MotionEvent,int)
    ChartModifierCore.getEventsGroupTag()
    ChartModifierCore.getIsEnabled()
    ChartModifierCore.getReceiveHandledEvents()
    ChartModifierCore.getServices()
    ChartModifierCore.isAttached()
    ChartModifierCore.onGenericMotion(ModifierTouchEventArgs)
    ChartModifierCore.onIsEnabledChanged(boolean)
    ChartModifierCore.onRenderableSeriesCollectionChanged(CollectionChangedEventArgs<? extends renderableSeries.IRenderableSeriesCore>)
    ChartModifierCore.onRenderableSeriesDrasticallyChanged()
    ChartModifierCore.onSelectedSeriesCollectionChanged(CollectionChangedEventArgs<? extends renderableSeries.IRenderableSeriesCore>)
    ChartModifierCore.setEventsGroupTag(String)
    ChartModifierCore.setIsEnabled(boolean)
    ChartModifierCore.setReceiveHandledEvents(boolean)
    GestureModifierBase.attachTo(IServiceContainer)
    GestureModifierBase.detach()
    GestureModifierBase.getOriginalTouchEvent()
    GestureModifierBase.onCancel(MotionEvent)
    GestureModifierBase.onDoubleTap(MotionEvent)
    GestureModifierBase.onDoubleTapEvent(MotionEvent)
    GestureModifierBase.onDown(MotionEvent)
    GestureModifierBase.onFling(MotionEvent,MotionEvent,float,float)
    GestureModifierBase.onLongPress(MotionEvent)
    GestureModifierBase.onScroll(MotionEvent,MotionEvent,float,float)
    GestureModifierBase.onShowPress(MotionEvent)
    GestureModifierBase.onSingleTapConfirmed(MotionEvent)
    GestureModifierBase.onSingleTapUp(MotionEvent)
    GestureModifierBase.onTouch(ModifierTouchEventArgs)
    GestureModifierBase.onUp(MotionEvent)
    ReceiveMotionEventsBase.getName()
    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 SeriesSelectionModifier extends GestureModifierBase

    Constructors

    SeriesSelectionModifier()

    Declaration
    public SeriesSelectionModifier()

    Methods

    deselectAll()

    Deselects all selected IRenderableSeries instances.

    Declaration
    protected void deselectAll()

    getSelectedSeriesStyle()

    Gets a IStyle for the selected IRenderableSeries.

    Declaration
    public final renderableSeries.IStyle getSelectedSeriesStyle()
    Returns
    Type Description
    renderableSeries.IStyle

    The IStyle for the selected IRenderableSeries.

    isHitPointValid(renderableSeries.hitTest.HitTestInfo hitTestInfo)

    When overridden in derived classes, indicates whether HitTestInfo result is valid

    Declaration
    protected boolean isHitPointValid(renderableSeries.hitTest.HitTestInfo hitTestInfo)
    Parameters
    Type Name Description
    renderableSeries.hitTest.HitTestInfo hitTestInfo

    The HitTestInfo instance which will be checked.

    Returns
    Type Description
    boolean

    True if the associated instance of the HitTestInfo is valid, else - false.

    onLongPress(MotionEvent e)

    Declaration
    public void onLongPress(MotionEvent e)
    Parameters
    Type Name Description
    android.view.MotionEvent e
    Overrides
    GestureModifierBase.onLongPress(MotionEvent e)

    onSelectedSeriesCollectionChanged(CollectionChangedEventArgs<? extends renderableSeries.IRenderableSeriesCore> args)

    Called when SelectedSeries collection changes

    Declaration
    public void onSelectedSeriesCollectionChanged(CollectionChangedEventArgs<? extends renderableSeries.IRenderableSeriesCore> args)
    Parameters
    Type Name Description
    CollectionChangedEventArgs<? extends com.scichart.charting.visuals.renderableSeries.IRenderableSeriesCore> args
    Overrides
    ChartModifierCore.onSelectedSeriesCollectionChanged(CollectionChangedEventArgs<? extends renderableSeries.IRenderableSeriesCore> args)

    onSingleTapConfirmed(MotionEvent e)

    Declaration
    public boolean onSingleTapConfirmed(MotionEvent e)
    Parameters
    Type Name Description
    android.view.MotionEvent e
    Returns
    Type Description
    boolean
    Overrides
    GestureModifierBase.onSingleTapConfirmed(MotionEvent e)

    performSelection(renderableSeries.IRenderableSeries renderableSeries)

    Performs selection on specified IRenderableSeries instance

    Declaration
    protected void performSelection(renderableSeries.IRenderableSeries renderableSeries)
    Parameters
    Type Name Description
    renderableSeries.IRenderableSeries renderableSeries

    The series to perform selection on

    setSelectedSeriesStyle(renderableSeries.IStyle selectedSeriesStyle)

    Sets a IStyle for the selected IRenderableSeries.

    Declaration
    public final void setSelectedSeriesStyle(renderableSeries.IStyle selectedSeriesStyle)
    Parameters
    Type Name Description
    renderableSeries.IStyle selectedSeriesStyle

    The new IStyle for selected series.

    tryPerformSelection(PointF point)

    Try to perform selection at specified coordinates

    Declaration
    protected void tryPerformSelection(PointF point)
    Parameters
    Type Name Description
    android.graphics.PointF point

    The coordinates of point to hit test

    trySetStyle(renderableSeries.IRenderableSeries renderableSeries)

    Tries to set SeriesSelectionModifier#selectedSeriesStyle on the passed in IRenderableSeries instance.

    Declaration
    protected void trySetStyle(renderableSeries.IRenderableSeries renderableSeries)
    Parameters
    Type Name Description
    renderableSeries.IRenderableSeries renderableSeries

    The IRenderableSeries instance to set style on.

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