Search Results for

    Show / Hide Table of Contents

    Class TooltipModifierWithAxisLabelsBase

    The TooltipModifierWithAxisLabelsBase provedes the same functionality as TooltipBehaviorBase plus it provides axis labels for all associated axes.

    Inheritance
    java.lang.Object
    ReceiveMotionEventsBase
    ChartModifierCore
    ChartModifierBase
    TouchModifierBase
    MasterSlaveTouchModifierBase
    TooltipModifierBase
    TooltipModifierWithAxisLabelsBase
    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.checkPointerCounter(MotionEvent,int)
    ChartModifierCore.getEventsGroupTag()
    ChartModifierCore.getIsEnabled()
    ChartModifierCore.getReceiveHandledEvents()
    ChartModifierCore.getServices()
    ChartModifierCore.isAttached()
    ChartModifierCore.onGenericMotion(ModifierTouchEventArgs)
    ChartModifierCore.onRenderableSeriesCollectionChanged(CollectionChangedEventArgs<? extends renderableSeries.IRenderableSeriesCore>)
    ChartModifierCore.onSelectedSeriesCollectionChanged(CollectionChangedEventArgs<? extends renderableSeries.IRenderableSeriesCore>)
    ChartModifierCore.setEventsGroupTag(String)
    ChartModifierCore.setIsEnabled(boolean)
    ChartModifierCore.setReceiveHandledEvents(boolean)
    MasterSlaveTouchModifierBase.isEnabledAt(PointF,boolean)
    MasterSlaveTouchModifierBase.onIsEnabledChanged(boolean)
    MasterSlaveTouchModifierBase.onTouchDown(ModifierTouchEventArgs)
    MasterSlaveTouchModifierBase.onTouchMove(ModifierTouchEventArgs)
    MasterSlaveTouchModifierBase.onTouchUp(ModifierTouchEventArgs)
    MasterSlaveTouchModifierBase.updateCurrentPoint(PointF,ModifierTouchEventArgs)
    TooltipModifierBase.applyThemeProvider(IThemeProvider)
    TooltipModifierBase.attachTo(IServiceContainer)
    TooltipModifierBase.clearAll()
    TooltipModifierBase.detach()
    TooltipModifierBase.getAllRenderableSeries()
    TooltipModifierBase.getObservableSeries()
    TooltipModifierBase.getShowTooltip()
    TooltipModifierBase.getSourceMode()
    TooltipModifierBase.getUseInterpolation()
    TooltipModifierBase.handleMasterTouchDownEvent(PointF)
    TooltipModifierBase.handleMasterTouchMoveEvent(PointF)
    TooltipModifierBase.handleMasterTouchUpEvent(PointF)
    TooltipModifierBase.handleSlaveTouchDownEvent(PointF)
    TooltipModifierBase.handleSlaveTouchMoveEvent(PointF)
    TooltipModifierBase.handleSlaveTouchUpEvent(PointF)
    TooltipModifierBase.includeRenderableSeries(renderableSeries.IRenderableSeries,boolean)
    TooltipModifierBase.onRenderableSeriesDrasticallyChanged()
    TooltipModifierBase.setShowTooltip(boolean)
    TooltipModifierBase.setSourceMode(SourceMode)
    TooltipModifierBase.setUseInterpolation(boolean)
    TouchModifierBase.onTouch(ModifierTouchEventArgs)
    TouchModifierBase.onTouchCancel(ModifierTouchEventArgs)
    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 abstract class TooltipModifierWithAxisLabelsBase extends TooltipModifierBase

    Constructors

    TooltipModifierWithAxisLabelsBase(TooltipBehaviorBase<?> tooltipBehavior, AxisTooltipsBehaviorBase<?> axisTooltipsBehavior)

    Creates a new instance of the TooltipModifierWithAxisLabelsBase class.

    Declaration
    protected TooltipModifierWithAxisLabelsBase(TooltipBehaviorBase<?> tooltipBehavior, AxisTooltipsBehaviorBase<?> axisTooltipsBehavior)
    Parameters
    Type Name Description
    TooltipBehaviorBase<?> tooltipBehavior

    The TooltipBehavior which will be associated with this modifier.

    AxisTooltipsBehaviorBase<?> axisTooltipsBehavior

    The AxisTooltipsBehaviorBase which will be associated with this modifier.

    Methods

    applyThemeProvider(IThemeProvider themeProvider)

    Applies specified theme to current instance

    Declaration
    public void applyThemeProvider(IThemeProvider themeProvider)
    Parameters
    Type Name Description
    IThemeProvider themeProvider
    Overrides
    TooltipModifierBase.applyThemeProvider(IThemeProvider themeProvider)

    attachTo(IServiceContainer services)

    Declaration
    public void attachTo(IServiceContainer services)
    Parameters
    Type Name Description
    IServiceContainer services
    Overrides
    TooltipModifierBase.attachTo(IServiceContainer services)

    clearAll()

    When overridden in a derived class, this method should clear all markers and tooltips from the SciChartSurface#getModifierSurface().

    Declaration
    protected void clearAll()
    Overrides
    TooltipModifierBase.clearAll()

    detach()

    Declaration
    public void detach()
    Overrides
    TooltipModifierBase.detach()

    getShowAxisLabels()

    Gets a value which indicate whether show labels on axes or not.

    Declaration
    public final boolean getShowAxisLabels()
    Returns
    Type Description
    boolean

    True is modifier should show labels on axes, else false.

    getXAxesWithOverlays()

    Gets the ObservableCollection of the X-Axis from the parent SciChartSurface.

    Declaration
    protected ObservableCollection<IAxis> getXAxesWithOverlays()
    Returns
    Type Description
    ObservableCollection<IAxis>

    The ObservableCollection of the X-Axis from the parent SciChartSurface.

    getYAxesWithOverlays()

    Gets the ObservableCollection of the Y-Axis from the parent SciChartSurface.

    Declaration
    protected ObservableCollection<IAxis> getYAxesWithOverlays()
    Returns
    Type Description
    ObservableCollection<IAxis>

    The ObservableCollection of the Y-Axis from the parent SciChartSurface.

    handleMasterTouchDownEvent(PointF point)

    When overridden in a derived class, called to handle the Master ChartModifierBase MotionEvent#ACTION_DOWN

    Declaration
    protected void handleMasterTouchDownEvent(PointF point)
    Parameters
    Type Name Description
    android.graphics.PointF point
    Overrides
    TooltipModifierBase.handleMasterTouchDownEvent(PointF point)

    handleMasterTouchMoveEvent(PointF point)

    When overridden in a derived class, called to handle the Master ChartModifierBase MotionEvent#ACTION_MOVE

    Declaration
    protected void handleMasterTouchMoveEvent(PointF point)
    Parameters
    Type Name Description
    android.graphics.PointF point
    Overrides
    TooltipModifierBase.handleMasterTouchMoveEvent(PointF point)

    handleMasterTouchUpEvent(PointF point)

    When overridden in a derived class, called to handle the Master ChartModifierBase MotionEvent#ACTION_UP

    Declaration
    protected void handleMasterTouchUpEvent(PointF point)
    Parameters
    Type Name Description
    android.graphics.PointF point
    Overrides
    TooltipModifierBase.handleMasterTouchUpEvent(PointF point)

    handleSlaveTouchDownEvent(PointF point)

    When overridden in a derived class, called to handle the Slave ChartModifierBase MotionEvent#ACTION_DOWN

    Declaration
    protected void handleSlaveTouchDownEvent(PointF point)
    Parameters
    Type Name Description
    android.graphics.PointF point
    Overrides
    TooltipModifierBase.handleSlaveTouchDownEvent(PointF point)

    handleSlaveTouchMoveEvent(PointF point)

    When overridden in a derived class, called to handle the Slave ChartModifierBase MotionEvent#ACTION_MOVE

    Declaration
    protected void handleSlaveTouchMoveEvent(PointF point)
    Parameters
    Type Name Description
    android.graphics.PointF point
    Overrides
    TooltipModifierBase.handleSlaveTouchMoveEvent(PointF point)

    handleSlaveTouchUpEvent(PointF point)

    When overridden in a derived class, called to handle the Slave ChartModifierBase MotionEvent#ACTION_UP

    Declaration
    protected void handleSlaveTouchUpEvent(PointF point)
    Parameters
    Type Name Description
    android.graphics.PointF point
    Overrides
    TooltipModifierBase.handleSlaveTouchUpEvent(PointF point)

    onXAxesDrasticallyChanged()

    Called when parent SciChartSurface#getXAxes() collection drastically changed

    Declaration
    public void onXAxesDrasticallyChanged()
    Overrides
    ChartModifierBase.onXAxesDrasticallyChanged()

    onYAxesDrasticallyChanged()

    Called when parent SciChartSurface#getYAxes() collection drastically changed

    Declaration
    public void onYAxesDrasticallyChanged()
    Overrides
    ChartModifierBase.onYAxesDrasticallyChanged()

    setShowAxisLabels(boolean showAxisLabels)

    Sets a value which indicate whether show labels on axes or not.

    Declaration
    public final void setShowAxisLabels(boolean showAxisLabels)
    Parameters
    Type Name Description
    boolean showAxisLabels

    Value which indicate whether show labels on axes or not.

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