GuiValues

More...

Classes:

class

A control that plots one or more curves in a chart.

class

A horizontal progress bar rendered from a repeating image.

class

GUI Control which displays a horizontal bar which increases as the progress value of 0.0 - 1.0 increases.

class

A control that displays a value between its minimal and maximal bounds using a slider placed on a vertical or horizontal axis.

Enumerations

enum
GuiGraphType {
  Bar 
  Filled 
  Point 
  PolyLine 
}

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

Detailed Description

Enumerations

GuiGraphType

Enumerator

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.

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