mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 00:20:18 +00:00
[feature][axis] support Settings.axisMaxSplitNumber
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user