public class AnnotationListBase extends java.lang.Object implements java.util.List<AnnotationObject>
Provides access to the AnnotationListBase object.
The AnnotationListBase
class is the base class for the annotation list object. The supported members of this class are inherited by the AnnotationListBase
class and should be accessed through the setList
method of AnnotationListBase
class.
Modifier and Type | Class and Description |
---|---|
static class |
AnnotationListBase.HitTestArgs
Description goes here
|
Constructor and Description |
---|
AnnotationListBase() |
Modifier and Type | Method and Description |
---|---|
AnnotationObject |
hitTest(AnnotationListBase.HitTestArgs _p_)
Allows you to simulate a mouse click in a particular x,y position in the chart and returns a flag specifying the hit type.
|
public AnnotationObject hitTest(AnnotationListBase.HitTestArgs _p_)
Allows you to simulate a mouse click in a particular x,y position in the chart and returns a flag specifying the hit type.
You can use this method in conjunction with any of the Chart FX mouse clicks events to check if a particular annotation object is located where the user clicked.
To use the hitTest
method:
_p_
- 2014 Software FX, Inc. All Rights Reserved. Chart FX is a registered trademark of Software FX, Inc
All other names are trademarks or registered trademarks of their respective owners.