diff --git a/documentation/Fl_Chart.html b/documentation/Fl_Chart.html index cc00cce70..02ea2fec3 100644 --- a/documentation/Fl_Chart.html +++ b/documentation/Fl_Chart.html @@ -78,7 +78,7 @@ the chart values to a and b respectively.

void insert(int pos, double value, const char *label = NULL, uchar color = 0)

The insert method inserts a data value at the given position -pos. Position 0 is the first data value. +pos. Position 1 is the first data value.

int maxsize(void) const
void maxsize(int n)

The maxsize method gets or sets the maximum number of data @@ -87,7 +87,7 @@ be allowed to grow to any size depending on available memory.

void replace(int pos, double value, const char *label = NULL, uchar color = 0)

The replace method replaces data value pos with -value, label, and color. Position 0 is the +value, label, and color. Position 1 is the first data value.

int size(void) const

The size method returns the number of data values in the