修复Legend都隐藏时Value轴还显示数值的问题

This commit is contained in:
monitor1394
2019-12-11 02:14:37 +08:00
parent fd8569107b
commit 47e5937706
3 changed files with 10 additions and 3 deletions

View File

@@ -886,7 +886,7 @@ namespace XCharts
private void DrawYAxisTickAndSplit(VertexHelper vh, int yAxisIndex, YAxis yAxis)
{
if (yAxis.show)
if (yAxis.NeedShowSplit())
{
var size = yAxis.GetScaleNumber(coordinateWidth, m_DataZoom);
var totalWidth = coordinateY;