Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Is it possible to programatically get scatter plot point coordinates

    SmartClient Version: v9.1p_2014-03-18/Pro Deployment (built 2014-03-18)

    I want to be able to highlight (or set a marker as show in one of you examples) on a point in a scatter plot when that same data is selected on another plot ( select a point in one plot and have it highlighted in another). So I was hoping there was some way to retrieve the desired record from the plot (identified by unique property Id) and get the associated point x/y values. Clearly the list of records is available so I can get the desired record, BUT is there a way to get the associated point X/Y Coordinates.

    Thanks

    #2
    The signature of getDrawnValue/getDrawnValues() that takes a FacetValueMap can be used to retrieve points based on data in a Record - basically populate the FacetValueMap with all the values from the Record that are used as facetValues or data values by the FacetChart.

    Comment

    Working...
    X