DataInit Property

DataRows Property

Introduction

 

DataPattern Property images/cons0001.png


 

Sets the pattern of a single line drawn from a data element.

 

Syntax

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

 

The DataPattern 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 change color.

column

A numeric expression for the column to change color.

value

Pattern number from pattern table.

 

Settings

Possible settings for value are:

Constant

Value

Description

flpSolid

0

Solid

flpDots

1

Dotted

flpDash

2

Dashed

flpDashDot

3

Dash-Dot

flpDashDotDot

4

Dash-Dot-Dot

flpLongDots

5

Long Dots

flpLongDash

6

Long Dash

flpLongDashDot

7

Long Dash-Dot

flpLongDashDotDot

8

Long Dash-Dot-Dot

flpCloseDash

9

Close Dash

flpExtraLongDash

10

Extra Long Dash


 

See Also

All Data Routines



DataInit Property DataRows Property

 

 

Last modified on: Friday, August 16, 2002