--background--

DESCRIPTION

    This class provides a real time graph display.

    The original Graph.mcc was written by Christian 'tokai' Rosentreter.

MUIA_Graph_DrawBackCurve

MUIA_Graph_DrawBackCurve (V21) [ISG], BOOL

DESCRIPTION

    Disable or enable drawing of a secondary graph. The secondary
  graph is drawn behind main graph.

  Default is FALSE

MUIA_Graph_Max

MUIA_Graph_Max (V20) [ISG], ULONG

DESCRIPTION

  Set maximum value.

  Default is 1000

MUIA_Graph_MaxEntries

MUIA_Graph_MaxEntries (V20) [I.G], ULONG

DESCRIPTION

    Set history buffer length.

  Default is 4096

MUIA_Graph_SetMax

MUIA_Graph_SetMax (V20) [ISG], BOOL

DESCRIPTION

    When set the Graph.mcc object width is limited to the
  history buffer length.

  Default is FALSE

SEE ALSO

MUIM_Graph_AddEntry

MUIM_Graph_AddEntry (V20)

SYNOPSIS

  DoMethod(graph, MUIM_Graph_AddEntry, value, value2);

DESCRIPTION

  Add new entry to the graph

MUIM_Graph_Clone

MUIM_Graph_Clone (V20)

SYNOPSIS

  DoMethod(graph, MUIM_Graph_Clone, target);

DESCRIPTION

  Clone graph data to target graph

MUIM_Graph_Reset

MUIM_Graph_Reset (V20)

SYNOPSIS

  DoMethod(graph, MUIM_Graph_Reset);

DESCRIPTION

  Reset (clear) graph and all its data