|
|
|
PassLabel Event
PassLabelBack Method
The PassLabel Event is called when a label for the legend or a data label is being constructed so you have an opportunity to modify it. You pass the modified label back with the PassLabelBack Method.
Syntax
FlpGrf_PassLabel( ByVal Source As Integer, ByVal row As Long, ByVal Column As Long, ByVal Label As String )
FlpGrf.PassLabelBack( strLabel )
The PassLabel Event has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph Control object. |
|
Source |
Specifies the origin of the label. 1. Axis Tick Labels. 2. Pie Labels 5. Data Labels. 6. Standard Legends. 7. Pie and Bubble Chart legends. |
|
row |
Row number for the label. |
|
Column |
Column number for the label. |
|
Label |
The label text. |
Remarks
The purpose of this function is to give the developer a change to modify a text label beyond the formating that Flipper provides. Setting LegendLabelStyle property to 8 or adding 8 to ColumnLabels property will fire the PassLabel Event before processing the label.
Example
Section3 (Bubble Chart with Legends)
ColumnLabels Property, DataLegend Property, LegendLabelStyle Property, Tooltip Routines
![]() |
Last modified on: Friday, August 16, 2002