DataColor Property

Introduction

 

DataBeginRow Property
DataEndRow Property


 

Sets the starting and ending row of the active portion of the data buffer.

 

Syntax

FlpGrf.DataBeginRow [ = value]

FlpGrf.DataEndRow [ = value]

 

The DataBeginRow, DataEndRow properties have these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

value

A numeric expression specifying the current starting or ending buffer row. Range is from 1 to DataRows.

 

Remarks

These properties limit the active portion of the data buffer from the range BeginRow to EndRow. All rows out of this range will not be included on the graph.

These properties can be used to stack data in the buffer. You may wish to have two graphs where the first graph uses rows 1 through 10 and the second uses rows 11 through 20. You could store the data from the database once, then exclude rows of data you do not want.

                                   FlpGrf1.DataBeginRow = 1
                                   FlpGrf1.DataEndRow = 5

 

images/datarow.png


 

See Also

All Data Routines



DataColor Property

 

 

Last modified on: Friday, August 16, 2002