mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-19 06:50:18 +00:00
增加Axis可通过inverse参数设置坐标轴反向
This commit is contained in:
@@ -311,7 +311,7 @@ namespace XCharts
|
||||
SetDataState(dataIndex, currHig);
|
||||
if (m_FadeOut)
|
||||
{
|
||||
if (currHig <= 0)
|
||||
if ((destHig > 0 && currHig <= 0) || (destHig < 0 && currHig >= 0))
|
||||
{
|
||||
End();
|
||||
currHig = 0;
|
||||
|
||||
Reference in New Issue
Block a user