SetDataAnnotations method: Chart class

Syntax

SetDataAnnotations(Record_Name.Field_Name1, ...)

Description

Note:

This method has been desupported and remains for backward compatibility only. Use instead the SetDataLabel and SetDataLabelPosition methods.

Use the SetDataAnnotations method to specify an optional text label that can be associated with each point in the chart.

This method is applicable for scatter and bubble charts only; it is ignored for all other chart types

Parameters

Parameter Description

Record_Name.Field_Name1, ...

Specify the name of the record and one or more fields on that record that contain the annotations for the data items for the chart.

Note: The number and order of fields specified must correspond to the order specified by the SetDataYAxis method.

Returns

None.