You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to create a custom graph according to my need.
Actually, i am updating the graph based on sound by recording audio. I got the result in byte array.
But i am unable to assign byte array to graph. :( As, graph object doesn't have any method to show the byte array. It just have method to addSeries. i.e. Object of DataPoints which have 2 double values.
I need to pass a byte array and need to update the graph accordingly.
For that i need to customize the java classes of the library but it's not allowing me as it is in jar.
Please help, or if you have some other solution w.r.t. this then please do reply..
Thank you in advance.
I need to create the graph like this,
The text was updated successfully, but these errors were encountered:
Hi,
I need to create a custom graph according to my need.
Actually, i am updating the graph based on sound by recording audio. I got the result in byte array.
But i am unable to assign byte array to graph. :( As, graph object doesn't have any method to show the byte array. It just have method to addSeries. i.e. Object of DataPoints which have 2 double values.
I need to pass a byte array and need to update the graph accordingly.
For that i need to customize the java classes of the library but it's not allowing me as it is in jar.
Please help, or if you have some other solution w.r.t. this then please do reply..
Thank you in advance.
I need to create the graph like this,
The text was updated successfully, but these errors were encountered: