BoxAnnotation(AnnotationId id) |
Creates a box annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
|
BoxAnnotation(AnnotationId id,
IsChart chart) |
Creates a box annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for
this object.
|
EllipseAnnotation(AnnotationId id) |
Creates a ellipse annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
|
EllipseAnnotation(AnnotationId id,
IsChart chart) |
Creates a ellipse annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for
this object.
|
LabelAnnotation(AnnotationId id) |
Creates a label annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
|
LabelAnnotation(AnnotationId id,
IsChart chart) |
Creates a label annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for
this object.
|
LineAnnotation(AnnotationId id) |
Creates a line annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
|
LineAnnotation(AnnotationId id,
IsChart chart) |
Creates a line annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for
this object.
|
PointAnnotation(AnnotationId id) |
Creates a point annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
|
PointAnnotation(AnnotationId id,
IsChart chart) |
Creates a point annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for
this object.
|
PolygonAnnotation(AnnotationId id) |
Creates a polygon annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
|
PolygonAnnotation(AnnotationId id,
IsChart chart) |
Creates a polygon annotation to be added to an AnnotationOptions instance, using the ID passed as argument.
The chart instance, passed as argument, must be the chart where the annotations will be applied and is used to get the whole default options in order to get the default for
this object.
|