Search Results for

    Show / Hide Table of Contents

    Class SeriesValueModifier.DefaultSeriesValueMarker

    Defines the default implementation of ISeriesValueMarker that displays latest value as AxisMarkerAnnotation

    Inheritance
    java.lang.Object
    SeriesValueModifier.SeriesValueMarkerBase
    SeriesValueModifier.DefaultSeriesValueMarker
    Inherited Members
    SeriesValueModifier.SeriesValueMarkerBase.attachTo(IServiceContainer)
    SeriesValueModifier.SeriesValueMarkerBase.createMarkerAnnotation(Context)
    SeriesValueModifier.SeriesValueMarkerBase.destroyMarkerAnnotation()
    SeriesValueModifier.SeriesValueMarkerBase.detach()
    SeriesValueModifier.SeriesValueMarkerBase.isAttached()
    SeriesValueModifier.SeriesValueMarkerBase.onIsEnabledChanged(boolean)
    SeriesValueModifier.SeriesValueMarkerBase.tryAddMarkerAnnotation(ISciChartSurface)
    SeriesValueModifier.SeriesValueMarkerBase.tryRemoveMarkerAnnotation(ISciChartSurface)
    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 static class SeriesValueModifier.DefaultSeriesValueMarker extends SeriesValueModifier.SeriesValueMarkerBase

    Constructors

    DefaultSeriesValueMarker(renderableSeries.IRenderableSeries renderableSeries, Predicate<renderableSeries.IRenderableSeries> isValidRenderableSeriesPredicate)

    Creates new instance of DefaultSeriesValueMarker

    Declaration
    public DefaultSeriesValueMarker(renderableSeries.IRenderableSeries renderableSeries, Predicate<renderableSeries.IRenderableSeries> isValidRenderableSeriesPredicate)
    Parameters
    Type Name Description
    renderableSeries.IRenderableSeries renderableSeries

    The target renderable series

    Predicate<IRenderableSeries> isValidRenderableSeriesPredicate

    Methods

    createAxisMarkerAnnotation(Context context)

    Creates axis marker annnotation to display latest value of renderable series

    Declaration
    protected SeriesValueModifier.SeriesValueMarkerAnnotation createAxisMarkerAnnotation(Context context)
    Parameters
    Type Name Description
    android.content.Context context

    The context to use for creating of axis marker

    Returns
    Type Description
    SeriesValueModifier.SeriesValueMarkerAnnotation

    Axis marker to use

    createMarkerAnnotation(Context context)

    Creates annotation associated with current ISeriesValueMarker

    Declaration
    protected final void createMarkerAnnotation(Context context)
    Parameters
    Type Name Description
    android.content.Context context
    Overrides
    SeriesValueModifier.SeriesValueMarkerBase.createMarkerAnnotation(Context context)

    destroyMarkerAnnotation()

    Destroys annotation associated with current ISeriesValueMarker

    Declaration
    protected void destroyMarkerAnnotation()
    Overrides
    SeriesValueModifier.SeriesValueMarkerBase.destroyMarkerAnnotation()

    tryAddMarkerAnnotation(ISciChartSurface parentSurface)

    Tries to add annotation associated with this ISeriesValueMarker into parent ISciChartSurface

    Declaration
    protected void tryAddMarkerAnnotation(ISciChartSurface parentSurface)
    Parameters
    Type Name Description
    ISciChartSurface parentSurface
    Overrides
    SeriesValueModifier.SeriesValueMarkerBase.tryAddMarkerAnnotation(ISciChartSurface sciChartSurface)

    tryRemoveMarkerAnnotation(ISciChartSurface parentSurface)

    Tries to remove annotation associated with this ISeriesValueMarker into parent ISciChartSurface

    Declaration
    protected void tryRemoveMarkerAnnotation(ISciChartSurface parentSurface)
    Parameters
    Type Name Description
    ISciChartSurface parentSurface
    Overrides
    SeriesValueModifier.SeriesValueMarkerBase.tryRemoveMarkerAnnotation(ISciChartSurface sciChartSurface)
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml