|
|
|
LegendLabelStyle Property
Sets the style of the legend label for each data element in the Pie and Bubble legend.
Syntax
FlpGrf.LegendLabelStyle [ = nStyle]
The LegendLabelStyle property has these parts:
|
Part |
Description |
|
FlpGrf |
An object expression that evaluates the Flipper Graph ASP object. |
|
nStyle |
Style type. |
Settings
Possible settings for nStyle are:
|
nStyle |
Description |
|
0 |
Use DataValueLabel if available, otherwise use the X value from the X data column (usually column 0) as the legend description. |
|
1 |
Include the Y data values from the column that generated the pie or bubble chart as part of legend. |
|
2 |
Include X label in addition to DataValueLabel. |
|
4 |
Reverse Label and DataLabel Values in legend. |
|
|
|
Remarks
This property allows you to set how the legend will display for bubble and pie type charts. You can add a label with DataValueLabel that will be placed in the legend according to the LegendLabelStyle property. The property is a bit field. For example, a 6 will set include X labels and reverse order of X labels and Data Labels.
Example
See PiePie example.
See Also
![]() |
Last modified on: Friday, August 16, 2002