Good afternoon. Please tell me how can I change the Z index of the annotations so that the box annotation can overlap the text. Now no matter how I try to do it, the text is always above the rectangles. Does the JS version have some layers with annotations that can be changed by they Z like in this question – https://www.scichart.com/questions/wpf/changing-an-annotations-z-index
Unfortunately, I did not find this functionality in the JS version.
- Yevhenii Krasovskyi asked 3 weeks ago
- last active 5 days ago
Hello SciChart team,
we have a problem with column series in 2D. At certain values in the X-axis, the bars in the chart overlap.
We found that the bar width is calculated incorrectly only from a certain distance between the values on the X-axis. There seems to be a bug in the calculation of the minimum bar width.
I’ve already seen issues related to a similar problem with the non-equidistant axis values and have already tried the “UseUniformWidth” property. Unfortunately without success. In principle, however, it seems to work with the non-equidistant axis values (ColumnChart1.png). As soon as the value is changed from 16 to 18, the bars overlap (ColumnChart2.png). In the application we need the width at 100%.
I’ve also attached an example project that can be used to reproduce the error.
Best regards
Silvester
- Silvester Schneidt asked 1 year ago
- last active 11 months ago
Hi, I wanted to make a multiple Y-Axis scale with multiple series plot into their respective Y scale. Like this,
Series A plot to 1st Y-axis Scale
Series B plot to 2nd Y-axis Scale
Series C plot to 3rd Y-axis Scale
Series D plot to 4th Y-axis Scale
and all those series are not overlapping each other. I want to do like the picture attached but with the series are not overlapping to each other.
- syahiran keysight asked 3 years ago
- last active 3 years ago