public final class Chart.ChartToolTip
extends java.lang.Object
Title: Tooltips class
Description: Tooltips
Copyright (c) 2005-2019 by Steema Software SL. All Rights Reserved.
Company: Steema Software SL
Constructor and Description |
---|
ChartToolTip(Chart c) |
Modifier and Type | Method and Description |
---|---|
int |
getInitialDelay()
The time lag before the Tool Tip appears.
Default value: 500 |
java.lang.String |
getText()
Defines the text for the Footer, Header, SubFooter and SubHeader
|
void |
hide()
Hides a ToolTip
|
void |
setInitialDelay(int value)
Sets the time lag before the Tool Tip appears.
Default value: 500 |
void |
setText(java.lang.String value)
Defines the text for the Footer, Header, SubFooter and SubHeader
|
void |
show()
Makes a ToolTip visible
|
public ChartToolTip(Chart c)
public int getInitialDelay()
public void setInitialDelay(int value)
value
- intpublic java.lang.String getText()
public void setText(java.lang.String value)
value
- public void show()
public void hide()