The DataLabels Object (IDataLabels)
A DataLabels object represents the collection of data
labels for the specified series. A data label displays information about
a series data point.
Note on Series, LabelFrame, and DataLabels
The property values on the LabelFrame
object and the label related property values on the Series object
will be used as the defaults for all data labels. However, once a
data label is accessed through the DataLabels collection, the label no
longer be affected by changes to properties on LabelFrame or
Series. |
DataLabels Properties
| DataLabels Properties |
Count
Syntax
[VBScript]
Property Count As Long (read-only)
Description
Returns the number of data labels in the DataLabels collection.
Example:
[VBScript]
DataLabelCount = DataLabels.Count
Top |
Item
Syntax
[VBScript]
Property Item As ChartFrame (read-only)
Example:
[VBScript]
series.DataLabels(1).Text = "a"
Top |

Copyright 2006 © SoftArtisans, Inc. All Rights Reserved.
|