Class SeriesValueModifier.SeriesValueMarkerAnnotationHelper
Defines series value marker annotation helper implementation for SeriesValueMarkerAnnotation
Inheritance
SeriesValueModifier.SeriesValueMarkerAnnotationHelper
Inherited Members
Namespace:
Assembly: .dll
Syntax
public static class SeriesValueModifier.SeriesValueMarkerAnnotationHelper extends SeriesValueModifier.DefaultSeriesValueMarkerAnnotationHelper<SeriesValueModifier.SeriesValueMarkerAnnotation>
Constructors
SeriesValueMarkerAnnotationHelper(renderableSeries.IRenderableSeries renderableSeries, Predicate<renderableSeries.IRenderableSeries> isValidRenderableSeriesPredicate)
Declaration
public SeriesValueMarkerAnnotationHelper(renderableSeries.IRenderableSeries renderableSeries, Predicate<renderableSeries.IRenderableSeries> isValidRenderableSeriesPredicate)
Parameters
| Type | Name | Description |
|---|---|---|
| renderableSeries.IRenderableSeries | renderableSeries | |
| Predicate<IRenderableSeries> | isValidRenderableSeriesPredicate |
Methods
updateAnnotation(SeriesValueModifier.SeriesValueMarkerAnnotation annotation, Comparable<?> lastValue, int lastColor)
Update annotation with specified values
Declaration
protected void updateAnnotation(SeriesValueModifier.SeriesValueMarkerAnnotation annotation, Comparable<?> lastValue, int lastColor)
Parameters
| Type | Name | Description |
|---|---|---|
| SeriesValueModifier.SeriesValueMarkerAnnotation | annotation | |
| Comparable<?> | lastValue | |
| int | lastColor |