mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 10:20:10 +00:00
[feature] Add smoothLimit for Line
This commit is contained in:
@@ -18,6 +18,10 @@ namespace XCharts.Editor
|
||||
PropertyField("m_YAxisIndex");
|
||||
}
|
||||
PropertyField("m_LineType");
|
||||
if (serie.lineType == LineType.Smooth)
|
||||
{
|
||||
PropertyField("m_SmoothLimit");
|
||||
}
|
||||
//PropertyField("m_Clip");
|
||||
PropertyFiledMore(() =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user