增加AxisLinestartExtendLengthendExtendLength设置轴线的延长线

This commit is contained in:
monitor1394
2025-09-01 23:05:49 +08:00
parent d1f424f3a1
commit dd473b7d29
4 changed files with 29 additions and 4 deletions

View File

@@ -29,6 +29,8 @@ namespace XCharts.Editor
{
base.DrawExtendeds(prop);
PropertyField(prop, "m_OnZero");
PropertyField(prop, "m_StartExtendLength");
PropertyField(prop, "m_EndExtendLength");
PropertyField(prop, "m_ShowArrow");
PropertyField(prop, "m_Arrow");
}