增加Serie的totalDataIndex

This commit is contained in:
monitor1394
2023-09-03 22:31:00 +08:00
parent 367844a86c
commit 2a815e54db
3 changed files with 7 additions and 5 deletions

View File

@@ -118,5 +118,6 @@ namespace XCharts.Runtime
public Tooltip.Type tooltipType;
public Tooltip.Trigger tooltipTrigger;
public int totalDataIndex;
}
}