setTrendLineExcludedMeasures(array)
Remove the trend line from the measures specified in the array argument. (See Add a Target Line/Curve Fit for information on how to set trend lines.)
Examples
Chart1.setTrendLineExcludedMeasures(['Sum(Product:Total)','Count(Order:Num)'])

|
Either syntax below can be used in component script:
For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required. |