调整TooltipCorss重命名为Cross

This commit is contained in:
monitor1394
2024-06-10 22:42:20 +08:00
parent caee79630b
commit 3b9af0f8ec
7 changed files with 15 additions and 14 deletions

View File

@@ -34,7 +34,7 @@ namespace XCharts.Example
void AddData()
{
chart.RemoveData();
chart.GetChartComponent<Tooltip>().type = Tooltip.Type.Corss;
chart.GetChartComponent<Tooltip>().type = Tooltip.Type.Cross;
var angleAxis = chart.GetChartComponent<AngleAxis>();
angleAxis.type = Axis.AxisType.Value;
angleAxis.minMaxType = Axis.AxisMinMaxType.Custom;