AnnotationBar.show Method

Shows the annotation bar.
 

Parameters

options

Type: Object
(optional) Some options for this annotation bar. Options are:
     adapter                     [type: dundas.view.controls.Adapter]                - The adapter for this annotation, if any.
     relatedContextData          [type: dundas.view.controls.RelatedContextData]     - The related contextual data for this annotation, if any.
     isReplyAnnotation           [type: Boolean, optional]                           - (optional) Specifies whether this is a reply to an existing annotation or not.
     replyAnnotationData         [type: Object, optional]                            - (optional) If this is a reply, then the data should be supplied in the structure:
         annotation              [type: dundas.data.Annotation]                      - The annotation used to reply to.
 

Optional: True