SetDataMarkerSize method: Chart class

Syntax

SetDataMarkerSize(Record_Name.Field_Name1, ...)

Description

Use the SetDataMarkerSize method to set the size of the data markers.

Parameters

Parameter Description

Record_Name.Field_Name1, ...

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

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

Returns

None.

Example

&oChart.SetDataMarkerSize(QE_CHART_NPARKS.QE_CHART_MARKERSIZ);