|
|
DataStyle Property
Sets the pattern or style of a specific data element.
Syntax
FlpGrf.DataStyle( row, column ) [ = value]
The DataStyle 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 |
A numeric expression specifying the pattern or style. |
Remarks
All the bar fill
styles, line
patterns, and mark
types can be set with this property. Consequently, each single data point can have its own style and
color.
This property is not found in the property box. In order to set the style 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
![]() |
Last modified on: Friday, August 16, 2002