Package | Description |
---|---|
com.steema.teechart | |
com.steema.teechart.events |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TChart.fireChartClicked(ChartMouseEvent e) |
protected boolean |
TChart.fireChartMouseMove(ChartMouseEvent e) |
protected boolean |
TChart.fireChartMouseUp(ChartMouseEvent e) |
Modifier and Type | Method and Description |
---|---|
void |
ChartMouseListener.axesClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on an Axis
|
void |
ChartMouseAdapter.axesClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on an Axis
|
boolean |
ChartMouseListener.backgroundClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on the Background
|
boolean |
ChartMouseAdapter.backgroundClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on the Background
|
void |
ChartMouseListener.legendClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on a Legend
|
void |
ChartMouseAdapter.legendClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on a Legend
|
boolean |
ChartMouseListener.mouseMove(ChartMouseEvent e)
Invoked when the mouse button has been released
|
boolean |
ChartMouseAdapter.mouseMove(ChartMouseEvent e)
Invoked when the mouse button has been released
|
boolean |
ChartMouseListener.mouseUp(ChartMouseEvent e)
Invoked when the mouse button has been released
|
boolean |
ChartMouseAdapter.mouseUp(ChartMouseEvent e)
Invoked when the mouse button has been released
|
void |
ChartMouseListener.titleClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on an Title
|
void |
ChartMouseAdapter.titleClicked(ChartMouseEvent e)
Invoked when the mouse button has been clicked (pressed and released) on an Title
|