增加PieLabelLinelineEndX的支持

This commit is contained in:
monitor1394
2023-08-08 13:24:37 +08:00
parent 0d1d2460a0
commit 5356e2304c
7 changed files with 256 additions and 282 deletions

View File

@@ -81,8 +81,8 @@ namespace XCharts.Runtime
set { if (PropertyUtil.SetStruct(ref m_LineColor, value)) SetVerticesDirty(); }
}
/// <summary>
/// the angle of visual guild line.
/// |视觉引导线的固定角度。对折线和曲线有效。
/// the angle of visual guild line. Valid for broken line and curve line. Invalid in Pie.
/// |视觉引导线的固定角度。对折线和曲线有效。在Pie中无效。
/// </summary>
public float lineAngle
{