12
votes
Feature
C# API. Extended drawing tools support.
Ability to create and manage drawing tools from code in C# style, instead of ObjectCreate/ObjectSet functions. Example.
HorizontalLine hLine = new HorizontalLine (1.3265);
hLine.Color = Colors.Red;
chart.Tools.Add(hLine);
Author
Votes
Discussion
Join PTMC community to post your comments
No comments yet. Be the first.