增加Axis的Interval强制设置坐标轴分割间隔

This commit is contained in:
monitor1394
2019-09-17 18:30:45 +08:00
parent b5d9ed7884
commit b34f6a6c63
4 changed files with 108 additions and 52 deletions

View File

@@ -145,11 +145,6 @@ namespace XCharts
/// <returns>the added serie</returns>
public virtual Serie AddSerie(string serieName, SerieType type, bool show = true)
{
if(type != SerieType.Pie)
{
m_Legend.AddData(serieName);
}
return m_Series.AddSerie(serieName, type);
}