OBJECTLINK: Attaches Text to Chart or to Chart Item (1027h)

This record links a TEXT record to an object on the chart or to the entire chart.

Record Data

Offset

Name

Size

Contents

4

wLinkObj

2

Object text is linked to
1 = entire chart (chart title)
2 = y axis (y axis title)
3 = x axis (x axis title)
4 = data series or data point (data label)
5 not used
6 not used
7 = z axis (z axis title)

6

wLinkVar1

2

Link index 1, series number

8

wLinkVar2

2

Link index 2, data point number


The wLinkObj field specifies which object the text is linked to. The wLinkVar1 and wLinkVar2 fields define the linked object as a specific series number and data point in the series. The wLinkVar1 and wLinkVar2 fields have meaning only if the wLinkObj field equals 4.