Value Controls

Controls that display values and optionally allow to edit them.

Enumeration

enum GuiGraphType

The charting style of a single plotting curve in a GuiGraphCtrl .

Parameters:
  • Bar – Plot the curve as a bar chart.
  • Filled – Plot a filled poly graph that connects the data points on the curve.
  • Point – Plot each data point on the curve as a single dot.
  • PolyLine – Plot straight lines through the data points of the curve.