[feature][axis] support Settings.axisMaxSplitNumber

This commit is contained in:
monitor1394
2022-07-04 13:37:16 +08:00
parent 2248b61d03
commit 4d5e2481b0
5 changed files with 17 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ namespace XCharts.Runtime
axis.context.offset = 0;
axis.context.lastCheckInverse = axis.inverse;
AxisHandler<ParallelAxis>.UpdateAxisTickValueList(axis);
(axis.handler as ParallelAxisHander).UpdateAxisTickValueList(axis);
(axis.handler as ParallelAxisHander).UpdateAxisLabelText(axis);
chart.RefreshChart();
}