[Module] TrendGadget - Module (all OS)

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Thorsten1867
Addict
Addict
Posts: 1366
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

[Module] TrendGadget - Module (all OS)

Post by Thorsten1867 »

TrendGadget - Module (all OS / 64Bit / DPI)

Display logged data over time.

Image

Code: Select all

; Trend::AddItem()             - similar to AddGadgetItem()
; Trend::AttachPopupMenu()     - attachs a popup menu to the chart
; Trend::DisableReDraw()       - disable/enable redrawing
; Trend::DisplayValues()       - display all values from start value to end value
; Trend::EventColor()          - returns the color after the event
; Trend::EventIndex()          - returns the item index after the event
; Trend::EventLabel()          - returns the item label after the event
; Trend::EventValue()          - returns the item DataY after the event
; Trend::Gadget()              - create a new gadget
; Trend::GetErrorMessage()     - get error message [DE/FR/ES/UK]
; Trend::GetItemColor()        - returns the color of the item
; Trend::GetItemLabel()        - get the label of the item
; Trend::GetItemState()        - similar to GetGadgetItemState()
; Trend::GetItemText()         - similar to GetGadgetItemText()
; Trend::GetLabelState()       - similar to GetGadgetItemState(), but 'label' instead of 'position'
; Trend::GetLabelColor()       - returns the color of the item
; Trend::RemoveItem()          - similar to RemoveGadgetItem()
; Trend::RemoveLabel()         - similar to RemoveGadgetItem(), but 'label' instead of 'position'
; Trend::SetAttribute()        - similar to SetGadgetAttribute()
; Trend::SetAutoResizeFlags()  - [#MoveX|#MoveY|#ResizeWidth|#ResizeHeight]
; Trend::SetColor()            - similar to SetGadgetColor()
; Trend::SetFlags()            - set flags for Trend customization
; Trend::SetFont()             - similar to SetGadgetFont()
; Trend::SetItemState()        - similar to SetGadgetItemState()
; Trend::SetItemText()         - similar to SetGadgetItemText()
; Trend::SetLabelState()       - similar to SetGadgetItemState(), but 'label' instead of 'position'
; Trend::SetMargins()          - define top, left, right and bottom margin
; Trend::SetMask()             - define mask for FormatDate()
; Trend::ToolTipText()         - defines the text for tooltips (#Value$ / #Label$ / #Serie$)
; Trend::UpdatePopupText()     - updates the menu item text before the popup menu is displayed
Download: TrendModule.pbi
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Kwai chang caine
Always Here
Always Here
Posts: 5342
Joined: Sun Nov 05, 2006 11:42 pm
Location: Lyon - France

Re: [Module] TrendGadget - Module (all OS)

Post by Kwai chang caine »

Works good here thanks for sharing 8)
ImageThe happiness is a road...
Not a destination
BarryG
Addict
Addict
Posts: 3293
Joined: Thu Apr 18, 2019 8:17 am

Re: [Module] TrendGadget - Module (all OS)

Post by BarryG »

The screenshot looks so good that I wish I had some data to use it. Hehe.
Post Reply