Hi,
We have a specific requirement for our application, where when the user click on the any specific channel in a set of multiple series, only that specific channel is highlighted and other channels fades in the background.
We found an example in JavaScript which suits our requirement here (https://www.scichart.com/example/javascript-chart/javascript-chart-series-selection/) . However we are not able to find any equivalent examples for Android.
Can you help us with an Android equivalent of the mentioned example ?
Below screenshot is JavaScript example in Scichart website which is similar to our requirement.
Will it also be possible to zoom the selected channel ?
Best Regards
Delta Electronics
- Raja Debbarmann asked 3 months ago
-
Raja this example shows selection & hovering not zooming. What exactly is your requirement? SciChart Android supports series-selection. See here: https://www.scichart.com/documentation/android/current/articles/chart2d/chartModifierAPIs/interactivity/SeriesSelectionModifier.html?tabs=java
- You must login to post comments
Hi Andrew,
We have the following requirement regarding Selection, Fading and Zoom.
Selection/Fade:
1. We can select the series of the waveform by pressing the selected channel field/ graph. Only one waveform can be selected at a time. The user can alternatively select other waveforms.
2. The other unselected waveform will become almost transparent to make the selected one be more obvious.
3. Deselection is made possible by pressing the selected channel field/ graph again. The color of the other waveform will be restored.
Zoom :
We can use one finger to pan selected waveforms vertically and two fingers to vertically zoom in and out the selected waveforms
Reset Zoom:
Pressing the “Zoom all” icon will deselect and re-adjust all waveforms to fit the canvas, effectively resetting the position.
Best Regards
Raja Debbarmann
- Raja Debbarmann answered 2 months ago
- You must login to post comments
Please login first to submit.