DataBeginRow, DataEndRow Property

DataExplode Property

Introduction

 

DataColor Property


 

Sets the color of a single data element.

 

Syntax

FlpGrf.DataColor( row, column ) [ = value]

 

The DataColor property has these parts:

Part

Description

FlpGrf

An object expression that evaluates the Flipper Graph ASP object.

row

A numeric expression for the row to set

column

A numeric expression for the column to set

value

Color specified by using the ColorTable property or by using the RGB or QBColor functions in code

 

Remarks

This property is not found in the property box. In order to set the color of a specific data point, the row and column must be referenced. To find the total number of rows use the DataRows property.


 

See Also

All Data Routines



DataBeginRow, DataEndRow Property DataExplode Property

 

 

Last modified on: Friday, August 16, 2002