Call the ControlWrapper#getState method.  It returns an object with a 
"range" property, which is an object with "start" and "end" properties:

var state = filter.getState();
/*
state = {
    range: {
        start: <start of range>,
        end: <end of range>
    }
}
 */

On Tuesday, September 24, 2013 11:12:27 AM UTC-4, Ragini Pandey wrote:
>
> Hi,
>
> How do I get the range selected by the user on the Range filter control.
> I have a dashboard with range filter and I need to save the user selection 
> of the range.
>
> Thanks
> Ragini
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to