mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 21:00:11 +00:00
增加Axis的Interval强制设置坐标轴分割间隔
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user