SetDataLabelStyle method: Chart class
Syntax
SetDataLabelStyle(Record_Name.Field_Name1, ...)
Description
Use the SetDataLabelStyle method to set a string defining the CSS style for the data label.
Parameters
| Parameter | Description |
|---|---|
|
Record_Name.Field_Name1, ... |
Specify the name of the record and one or more fields on that record that contain the CSS styles for the data labels 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.SetDataLabelStyle(QE_CHART_NPARKS.QE_CHART_LABELSTYL);
Related Topics