mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-15 21:00:11 +00:00
增加SerieLabel的LineType给饼图配置不同类型的视觉引导线
This commit is contained in:
@@ -126,6 +126,11 @@ namespace XCharts
|
||||
return true;
|
||||
}
|
||||
|
||||
public bool IsCategory()
|
||||
{
|
||||
return !IsValue();
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user