【发布时间】:2021-01-01 07:21:40
【问题描述】:
点在 scchart 上的绘制不正确
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,
});
});
【问题讨论】:
标签: scichart scichart.js