mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-21 16:00:24 +00:00
[enhancement][line] line support end label
This commit is contained in:
@@ -30,4 +30,10 @@ namespace XCharts.Editor
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
[CustomPropertyDrawer(typeof(EndLabelStyle), true)]
|
||||
public class EndLabelStyleDrawer : LabelStyleDrawer
|
||||
{
|
||||
public override string ClassName { get { return "EndLabel"; } }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user