增加Axism_MinCategorySpacing设置类目轴默认的最小类目间距

This commit is contained in:
monitor1394
2024-06-09 22:59:38 +08:00
parent a12c98b1a5
commit caee79630b
8 changed files with 20 additions and 2 deletions

View File

@@ -64,6 +64,7 @@ namespace XCharts.Editor
if (type == Axis.AxisType.Category)
{
PropertyField("m_MaxCache");
PropertyField("m_MinCategorySpacing");
PropertyField("m_BoundaryGap");
}
else