Element Details: Lowess+Curve+Line
 Back


Available in: Logi Info Source code name: ChartLowessCurveLine

Fits a curve through the Chart data points using the Lowess Curve Fitting algorithm.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
Color
UserDefined
Sets the element's color. Enter a color by name, decimal RGB value, or hex RGB value. Prefix hex values with the pound sign, like #112233. For bar charts, each bar can be a different color by entering multiple colors, each separated by a comma. When using a Crosstab Filter under the Chart's DataLayer, use comma-separated colors and a Legend element so each crosstab set can be identified.
Iteration
UserDefined
The number of additional iterations used in the Lowess Curve Line algorithm. Unless the data is extremely noisy, in most cases no additional iterations are necessary. The default value is set to 0.
LineWidth
UserDefined
The width of the line, in pixels.
Smoothness
UserDefined
The smoothness factor of the Lowess Curve Line. It must be between 0 - 1. The default value is set to 0.25. It is the portion of points used in finding the n nearest points. In other words, n = smoothness * no_of_points. A larger value will result in a smoother curve. A smaller value will result in the curve tracking the data points better. For the Lowess Curve Line to have any smoothing effect at all, n must be at least 3. You may need to use a large smoothness factor if you only have a few data points.



PARENT ELEMENTS

Click element to drill down for more information.

Chart.XY


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top


 Chart Debug