A Delphi application that compares TeeChart configurations before and after editing, displaying line-by-line differences with color highlighting.
- Side-by-side diff view (old vs new chart configuration)
- Color highlighting: green for added lines, red for removed lines
- Delphi/VCL (Win32)
- TeeChart charting library
- Run the application
- Click "Edit Chart" to open the TeeChart editor
- Modify the chart as desired
- After closing the editor, a diff viewer displays all changes
- Green lines indicate additions, red lines indicate removals