SetSvgGradientOffset3 method: Chart class
Syntax
SetSvgGradientOffset3(Record_Name.Field_Name1,
...)
Description
Use the SetSvgGradientOffset3 method to set the third offset of the <stop> SVG element which indicates where the gradient color stop is placed. The gradient color is set via the SetSvgGradientColor3 method. The field must be a string storing the numeric value in percentage for the gradient offset. No <stop> SVG element will be created for the data item if corresponding SetSvgGradientColor3 is not called to set the color or value is not provided in the data row for a specific data item. Value will be ignored if SetSvgGradientOffset1() is not called or no value is provided.
Note:
The SetSvgGradientOffset3 method can be used for bar charts only.
Parameters
| Parameter | Description |
|---|---|
|
Record_Name.Field_Name1 |
Specify the name of the record and one or more fields on that record that contain the offset value for the data items for the chart. The record field must be defined as character data type field. Note: The number and order of fields specified must correspond to the order specified by the SetDataYAxis method. |
Returns
None.
Example
&Chart.SetSvgGradientOffset3(QE_CHART_NP_REC.QE_CHART_OFFSET3_S);