增加SeriebarMaxWidth可设置Bar的最大宽度

This commit is contained in:
monitor1394
2022-11-30 09:39:41 +08:00
parent 7ea0fbd66d
commit 59c9d758e1
2 changed files with 31 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ namespace XCharts.Editor
PropertyField("m_BarType");
PropertyField("m_BarWidth");
PropertyField("m_BarGap");
PropertyField("m_BarMaxWidth");
if (serie.IsUseCoord<PolarCoord>())
{
PropertyField("m_RoundCap");