Element Details: Trend+Line
 Back


Available in: Logi Info Source code name: Series.TrendLineIntroduced in: v11.3.049

A Trend Line is a line that fits a number of computed data points using regression algorithms.



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.
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
LegendLabel
UserDefined
Indicates text that will be shown for this layer inside the chart legend.
LineAlgorithm
LOWESS
LinearRegression
Specifies the TrendLine algorithm. The default is LinearRegression.
LineThickness
UserDefined
The thickness of the line, in pixels.
SeriesLineStyle
Solid
ShortDot
ShortDashDotDot
ShortDashDot
ShortDash
LongDashDotDot
LongDashDot
LongDash
Dot
DashDot
Dash
SeriesLineStyle sets the pattern on the line to dashes and dots.
Transparency
UserDefined
7
15
0
Indicates a level of transparency of the element. The lowest value of 0 indicates that the element is opaque, with no transparency. The other end of the scale, 15, indicates a completely transparent element. Use medium-level transparency to allow different chart layers to show through each other.



PARENT ELEMENTS

Click element to drill down for more information.

Series.Area
Series.Area Spline
Series.Bar
Series.Line
Series.Scatter Series.Spline


CHILD ELEMENTS

Click element to drill down for more information.



 Back to top


 Chart Debug