Search Results for

    Show / Hide Table of Contents

    Interface IHitTestInfoUpdatable

    Defines the interface with methods for updating hit test related data See Also: com.scichart.charting.visuals.renderableSeries.IRenderableSeries#hitTest(HitTestInfo, float, float, float), com.scichart.charting.visuals.renderableSeries.IRenderableSeries#hitTest(HitTestInfo, float, float), com.scichart.charting.visuals.renderableSeries.IRenderableSeries#verticalSliceHitTest(HitTestInfo, float, float)

    Implements
    ICleanable
    Namespace:
    Assembly: .dll
    Syntax
    public interface IHitTestInfoUpdatable extends ICleanable

    Methods

    getRenderableSeries()

    Gets the parent renderable series

    Declaration
    public abstract renderableSeries.IRenderableSeries getRenderableSeries()
    Returns
    Type Description
    renderableSeries.IRenderableSeries

    The parent renderable series

    update(renderableSeries.hitTest.HitTestInfo hitTestInfo, boolean interpolate)

    Updates this instance with information provided by hitTestInfo instance

    Declaration
    public abstract void update(renderableSeries.hitTest.HitTestInfo hitTestInfo, boolean interpolate)
    Parameters
    Type Name Description
    renderableSeries.hitTest.HitTestInfo hitTestInfo

    The results of hit test

    boolean interpolate

    If true perform interpolation

    Implements

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