[feature][symbol] add minSize and maxSize for SerieSymbol

This commit is contained in:
monitor1394
2022-09-07 07:14:22 +08:00
parent 16d055abc0
commit a5e13794e8
6 changed files with 71 additions and 12 deletions

View File

@@ -35,6 +35,8 @@ namespace XCharts.Editor
case SymbolSizeType.FromData:
PropertyField(prop, "m_DataIndex");
PropertyField(prop, "m_DataScale");
PropertyField(prop, "m_MinSize");
PropertyField(prop, "m_MaxSize");
break;
case SymbolSizeType.Function:
break;