mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 01:40:06 +00:00
[optimize][painter] add upper and top painter layer
This commit is contained in:
@@ -53,7 +53,7 @@ namespace XCharts.Runtime
|
||||
}
|
||||
}
|
||||
|
||||
public override void DrawTop(VertexHelper vh)
|
||||
public override void DrawUpper(VertexHelper vh)
|
||||
{
|
||||
for (int i = 0; i < component.items.Count; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user