T
- The modifier to which this behavior will be attached.public class AxisTooltipsBehavior<T extends IChartModifier> extends AxisTooltipsBehaviorBase<T> implements com.scichart.core.common.Func1<IAxis,IAxisTooltip>
IChartModifier
implementors.lastUpdatePoint, modifier, modifierType, parentSurface, services
Constructor and Description |
---|
AxisTooltipsBehavior(java.lang.Class<T> modifierType)
Creates a new instance of the
AxisTooltipsBehavior class. |
Modifier and Type | Method and Description |
---|---|
protected void |
updateXAxisTooltip(IAxisTooltip tooltip,
android.graphics.PointF point)
Updates all of the tooltips associated with X Axes
|
protected void |
updateYAxisTooltip(IAxisTooltip tooltip,
android.graphics.PointF point)
Updates all of the tooltips associated with Y Axes
|
applyThemeProvider, applyThemeProvider, clear, func, getObservableXAxes, getObservableYAxes, onBeginUpdate, onEndUpdate, onUpdate, setObservableXAxes, setObservableYAxes, tryAddTooltip, tryRemoveTooltip
attachTo, attachTo, detach, getIsEnabled, isAttached, isLastPointValid, onIsEnabledChanged, resetLastUpdatePoint, setIsEnabled
public AxisTooltipsBehavior(java.lang.Class<T> modifierType)
AxisTooltipsBehavior
class.modifierType
- Type of the modifier to which this modifier will be attached.protected void updateXAxisTooltip(IAxisTooltip tooltip, android.graphics.PointF point)
updateXAxisTooltip
in class AxisTooltipsBehaviorBase<T extends IChartModifier>
tooltip
- The IAxisTooltip
instance to update.point
- The PointF
instance with x and y values to update the IAxisTooltip
instance passed in.protected void updateYAxisTooltip(IAxisTooltip tooltip, android.graphics.PointF point)
updateYAxisTooltip
in class AxisTooltipsBehaviorBase<T extends IChartModifier>
tooltip
- The IAxisTooltip
instance to update.point
- The PointF
instance with x and y values to update the IAxisTooltip
instance passed in.