|
|
Sets the mark type or fill style of a single column.
Syntax
FlpGrf.ColumnStyle [ = value]
The ColumnStyle property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
value |
A numeric expression specifying the style. |
Settings
Possible settings for value are:
For bars and areas:

For lines and points:

Any ASCII value > 32 prints as a character as the symbol.
i.e. ASCII 65 = A
You can change the font of the marks whose ASCII value is bigger than 32 with ColumnMarkFont Property
For Hi-Lo graphs:
13 - I beam
14 - Line right
15 - Line left
For bubble graphs:
0 - Circle fill
1 - Circle trim fill
2 - Trim fill
3 - Trim fill edge
4 - Gradient fill![]()
Remarks
If the column type is set to a line or point, the mark style can be set. By default, column 1 is set to mark style 1, and each additional column is set to the next style. Setting the style to 0 will not print the mark.
If the column type is set to a bar or area, the fill style can be set. By default, each column is set to a different fill or hatch style beginning with style 1.
A value of (-1) for line and bar graphs will result in every row for that column having a different mark/fill style.
Negative values for bar and area graphs will result in transparent background color.
See Also
![]() |
Last modified on: Friday, August 16, 2002