#include <display/Display.h>
Public Attributes | |
bool | bGridX |
should horizontal grid be visible? | |
bool | bGridY |
should vertical grid be visible? | |
bool | bGridLabels |
show value labels next to grid? | |
float | fZoomX |
horizontal zoom value | |
float | fZoomY |
vertical zoom value | |
float | fOffsetX |
X position of plot on canvas. | |
float | fOffsetY |
Y position of plot on canvas. | |
float | fCursor1X |
cursor 1 position X | |
float | fCursor1Y |
cursor 1 position Y | |
float | fCursor2X |
cursor 2 position X | |
float | fCursor2Y |
cursor 2 position Y |