增加LabelStyleminGap可避免label过于密集

This commit is contained in:
monitor1394
2026-05-22 21:52:22 +08:00
parent 9bca52fbfb
commit f7ccec87d9
4 changed files with 48 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ namespace XCharts.Editor
PropertyField(prop, "m_Height");
PropertyField(prop, "m_FixedX");
PropertyField(prop, "m_FixedY");
PropertyField(prop, "m_MinGap");
PropertyField(prop, "m_Icon");
PropertyField(prop, "m_Background");
PropertyField(prop, "m_TextStyle");