Graph::setDotShape() is only used within TouchGFX.
 
Symbols
loading...
Files
loading...

Graph::setDotShape() method

@fn void Graph::setDotShape(int startAngle, int angleStep, int lineWidth); Sets dot shape. Sets dot shape.

Syntax

void setDotShape(int startAngle,     int angleStep,     int lineWidth);
Implemented in Graph.cpp:94

Arguments

startAngle

The start angle.

angleStep

The angle step.

lineWidth

Width of the line.

References

LocationReferrerScopeText
Graph.cpp:94
void Graph::setDotShape(int startAngle, int angleStep, int lineWidth)
Graph.hpp:189
void setDotShape(int startAngle, int angleStep, int lineWidth);
GraphView.cpp:84GraphView::setupScreen()GraphView
primaryGraph.setDotShape(0, 30, 5);
GraphView.cpp:90GraphView::setupScreen()GraphView
secondaryGraph.setDotShape(0, 90, 5);

Call Tree

Functions calling Graph::setDotShape()
Functions called by Graph::setDotShape()
all items filtered out
Graph::setDotShape()
Data read by Graph::setDotShape()
Graph::setDotShape()