完善SerieSymbol以支持象形柱图PictorialBarChart扩展

This commit is contained in:
monitor1394
2021-07-22 08:11:12 +08:00
parent f452905f7a
commit 16d6a5a3a0
9 changed files with 100 additions and 11 deletions

View File

@@ -163,7 +163,7 @@ namespace XCharts
foreach (var draw in m_ComponentHandlers) draw.Update();
}
internal Painter GetPainter(int index)
public Painter GetPainter(int index)
{
if (index >= 0 && index < m_PainterList.Count)
{