3.0 - LineChart

This commit is contained in:
monitor1394
2021-12-08 08:31:32 +08:00
parent f39cddaa5e
commit a5469c0996
34 changed files with 890 additions and 1934 deletions

View File

@@ -400,10 +400,8 @@ namespace XCharts
var tempX = xAxis.Clone();
xAxis.Copy(yAxis);
yAxis.Copy(tempX);
xAxis.context.xOffset = 0;
xAxis.context.yOffset = 0;
yAxis.context.xOffset = 0;
yAxis.context.yOffset = 0;
xAxis.context.offset = 0;
yAxis.context.offset = 0;
xAxis.context.minValue = 0;
xAxis.context.maxValue = 0;
yAxis.context.minValue = 0;