![]() |
µGFX
2.9
version 2.9
|
GWIN GRAPH module header file.
Definition in file gwin_graph.h.
Go to the source code of this file.
Functions | |
| GHandle | gwinGGraphCreate (GDisplay *g, GGraphObject *gg, const GWindowInit *pInit) |
| Create a graph window. More... | |
| void | gwinGraphSetStyle (GHandle gh, const GGraphStyle *pstyle) |
| Set the style of the graphing operations. More... | |
| void | gwinGraphSetOrigin (GHandle gh, gCoord x, gCoord y) |
| Set the origin for graphing operations. More... | |
| void | gwinGraphDrawAxis (GHandle gh) |
| Draw the axis and the background grid. More... | |
| void | gwinGraphStartSet (GHandle gh) |
| Start a new set of graphing data. More... | |
| void | gwinGraphDrawPoint (GHandle gh, gCoord x, gCoord y) |
| Draw a graph point. More... | |
| void | gwinGraphDrawPoints (GHandle gh, const gPoint *points, unsigned count) |
| Draw multiple graph points. More... | |