Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
620
Annotations
posted

Is annotation anywhere on your roadmap? I am sure you are aware that your major competitors already have it :-)

Parents
No Data
Reply
  • 815
    posted

    Our usage scenario for annotations:

    1. XamDatachart is displayed to user|
    2. User right clicks on chart and selects context menu command to 'Add Annotation'
    3. An editable text box is added to the chart at the right click location (upper left hand corner of text box matches the right click location)
    4. User enters text into the annotation edit box
    5. User hits return or the textbox loses focus (annotation is created)
    6. User hits escape or hits return with an empty annotation (annotation is deleted/not created)

    Extra scenarios:
    7. Create an annotation in C# code
    8. Loop through annottaions in a chart and get XY location, style, text, etc.
    9. Determine, given an XY location on the control if the location has an annotation at the XY location (i.e., we capture the right click to let a user edit an annotation a second time or delete the annotation)
    10. Let a user click and drag an annotation.

Children