public interface ISeriesTooltipBase extends ITooltip, com.scichart.core.framework.IAttachable
Modifier and Type | Method and Description |
---|---|
void |
invalidate()
Invalidate
ISeriesTooltip views using View.invalidate() |
void |
requestLayout()
Requests layout for
ISeriesTooltip views using View.requestLayout() |
void |
setTooltipBackgroundColor(int color)
Sets the background color for this
ISeriesTooltip instance. |
void |
setTooltipStroke(int color)
Sets the stroke color for this
ISeriesTooltip instance. |
void |
setTooltipTextColor(int color)
Sets the text color for this
ISeriesTooltip instance. |
void |
updateTooltip(com.scichart.core.common.Action2<android.view.View,android.graphics.PointF> updateAction,
android.graphics.PointF xyCoordinate)
Updates tooltips with specified updateAction.
|
placeInto, removeFrom
void updateTooltip(com.scichart.core.common.Action2<android.view.View,android.graphics.PointF> updateAction, android.graphics.PointF xyCoordinate)
updateAction
- The action which updated this tooltip.xyCoordinate
- The PointF
coordinate to update tooltip at.void requestLayout()
ISeriesTooltip
views using View.requestLayout()
void invalidate()
ISeriesTooltip
views using View.invalidate()
void setTooltipBackgroundColor(int color)
ISeriesTooltip
instance.color
- Int color which will be used as a background color.void setTooltipStroke(int color)
ISeriesTooltip
instance.color
- Int color which will be used as a stroke color.void setTooltipTextColor(int color)
ISeriesTooltip
instance.color
- Int color which will be used as a text color.