SetDataGlyphScale method: Chart class

Syntax

SetDataGlyphScale(Record_Name.Field_Name1, ...)

Description

Note:

This method has been desupported and remains for backward compatibility only. Use instead the SetDataZAxis method.

Use the SetDataGlyphScale method to specify a field that contains numerical data defining the size of each glyph for bubble charts (scatter charts). These values are mapped to a range of size values between a predefined minimum and maximum.

This method affects bubble charts only (%ChartType_2DBubble).

Parameters

Parameter Description

Record_Name.Field_Name1, ...

Specify the name of the record and one or more fields on that record that contain the sizes 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.