[feature][axis] support minor tick and minor split line

This commit is contained in:
monitor1394
2022-07-19 08:22:42 +08:00
parent eedafa7011
commit 0355e3ed46
22 changed files with 597 additions and 109 deletions

View File

@@ -117,7 +117,7 @@ namespace XCharts.Runtime
}
}
protected override float GetAxisLineXOrY()
internal override float GetAxisLineXOrY()
{
return component.context.y + component.offset;
}