Skip to content

didierq/GraphCtrl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphCtrl

Graphing package that focuses on user actions and customization: GraphElements, grid, styling, Series, Editors, ...

  • GraphDraw: Graphing core package that has no Ctrl capabilities: it can be used in headless CLI apps (that do not depend on CtrlLib)
  • GraphCtrl: Brings the GraphCtrl Graphing Ctrl (uses GraphDraw)
  • GraphSeries: contains packages that implement series used with GraphDraw/GraphCtrl and Series editors used by GraphCtrl to edit Serie properties. Creating new GraphSeries and GraphSeriesEditors is quite simple : there are project templates dedicated to these tasks :)
    • GraphSeries/ScatterSeries: Serie based on ScatterDraw (and therefore brings some of the features of ScatterDraw to GraphCtrl)
    • GraphSeries/ScatterSeriesEditors: Preperties Editor for ScatterSeries
    • GraphSeries/SimpleJobSerie: Simple serie intended for low count series that visualize data points as rect tasks (each data point has it's own display style)
  • examples:
    • examples/GraphCtrl_Demo_GUI: GraphCtrl Demo application

About

Ultimate++ Graphing Widget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages