From abcc8d6d89fb2285292fbd4492e5f22230fbf422 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 27 Jan 2003 21:08:41 +0000 Subject: Position 1 is the first element in a chart, not 0. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2931 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Fl_Chart.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/Fl_Chart.html') 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 -- cgit v1.2.3