增加PieChartminAngle参数支持设置最小扇区角度 #117

This commit is contained in:
monitor1394
2021-03-06 08:25:43 +08:00
parent 642dde3c27
commit de5dc7ba44
3 changed files with 81 additions and 21 deletions

View File

@@ -108,6 +108,7 @@ namespace XCharts
PropertyField(prop, "m_Space");
PropertyTwoFiled(prop, "m_Center");
PropertyTwoFiled(prop, "m_Radius");
PropertyField(prop, "m_MinAngle");
PropertyField(prop, "m_RoundCap");
PropertyField(prop, "m_Ignore");
PropertyField(prop, "m_IgnoreValue");