优化Axis的刻度表现 #135

This commit is contained in:
monitor1394
2021-05-07 08:35:49 +08:00
parent 95b9917220
commit a6cc044f3a
5 changed files with 28 additions and 30 deletions

View File

@@ -681,6 +681,7 @@ namespace XCharts
internal void SetTooltipLabelActive(bool flag)
{
if(m_TooltipLabel == null) return;
ChartHelper.SetActive(m_TooltipLabel, flag);
}