Jan-Sandr / Grafer

2 stars 1 forks source link

[Main] Add mark line option #179

Closed Jan-Sandr closed 2 years ago

Jan-Sandr commented 2 years ago

Story:

In old application was option to mark x line and y line with dash style. Implementation can be very similar to old one. As first add canvas markLineSection then add button buttonShowHideMarkSettings for visibility control. Inside canvas add 2 boxes for numeric input and 2 checkboxes. As last in CoordinateSystem class add new method MarkLines() for marked lines rendering

To do: