flippedCoordinates rotated chart pointMarker showing wrong place

52 Views Asked by At

enter image description here

Points are not plotted correct on the scichart

xAxis.axisAlignment = EAxisAlignment.Left;
xAxis.flippedCoordinates = false;
yAxis.axisAlignment = EAxisAlignment.Top;
yAxis.flippedCoordinates = true;
const fastLineSeries = new FastLineRenderableSeries(wasmContext, {
   dataSeries: ds,
   strokeThickness: 1,
   stroke: "red"
   pointMarker: new SquarePointMarker(wasmContext, {
      width: 5,
      height: 5,
      fill: "blue",
      stroke: "blue",
      strokeThickness: 1,
   });
});
1

There are 1 best solutions below

0
On

According to SciChart.js Forums, this issue was patched in build 1.1.1362.

You can get the latest builds of SciChart.js over at npm.