|
|
Sets the legend text for the column.
Syntax
FlpGrf.ColumnLegend [ = value]
The ColumnLegend property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
value |
A string expression specifying the column legend text. |
Remarks
To set a legend use the LegendXPos and LegendYPos properties.
FlpGrf1.ColumnLegend = "Column 1"
FlpGrf1.Column = 2
FlpGrf1.ColumnLegend = "Column 2"
FlpGrf1.Column = 3
FlpGrf1.ColumnLegend = "Column 3"
FlpGrf1.GraphAreaBottom = 80
FlpGrf1.GraphAreaBottom = 70
FlpGrf1.LegendColumns = -2
FlpGrf1.LegendColumns = 1

See Also
![]() |
Last modified on: Friday, August 16, 2002