Name | Unit | Description |
---|---|---|
TAbstractDiagramModel | diagram | This is the abstract model class which stores the data to be shown If you want full customization you can use it as base class, but in most cases a TDiagramDataListModel is easier |
TAxis | diagram | |
TDataList | diagram | |
TDataPoint | diagram | |
TDiagramDataListModel | diagram | |
TDiagramDrawer | diagram | This class draws the data model into a TBitmap |
TDiagramFixedWidthCircularDataListModel | diagram | this is a special model you probably don't need It is like a TDiagramDataListModel but ensures that the last and first point always have the same y-position if modified by the user and that he can't modify their x-position (the application interface with lists[i] can modify everything) |
TDiagramModelMerger | diagram | This model merges several models together, so they can be drawn at the same time It can also hide certain rows |
TDiagramSplinePiece | diagram | |
TDiagramView | diagram | This class shows a model and allows the user to interact with it |
TLegend | diagram |