mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-22 17:00:08 +00:00
[optimize][painter] add upper and top painter layer
This commit is contained in:
@@ -56,7 +56,7 @@ namespace XCharts.Runtime
|
||||
DrawCoord(vh);
|
||||
}
|
||||
}
|
||||
public override void DrawTop(VertexHelper vh)
|
||||
public override void DrawUpper(VertexHelper vh)
|
||||
{
|
||||
if (SeriesHelper.IsAnyClipSerie(chart.series))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user