|
|
ColumnLabelsColorDark Property ![]()
Sets the default dark color of the column labels
Syntax
FlpGrf.ColumnLabelsColorDark [ = value]
The ColumnLabelsColorDark property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
value |
Color specified by using the ColorTable property or by using the RGB or QBColor functions in code |
Remarks
This determines the color of the column labels if ColumnLabelsColorLight is as light or lighter than the
color of the object it rests on. The default light color is white.
Example: In the graph below ColumnLabelsColorDark is set to red (see ColorTable). ColumnLabelsColorLight
is white, the default value. In Bar 1 the column label is white, the color of the ColulmnLabelsColorLight
property. In Bar 2, both ColumnLabelsColorLight and the object it rests on are white. Therefore the
column label color defaults to the color set in ColumnLabelsColorDark.
See Also
All Column Routines, DataColor, ColorTable
![]() |
Last modified on: Friday, August 16, 2002