Back to Devexpress

Trend Lines

aspnet-15836-components-chart-control-visual-elements-trend-lines.md

latest2.8 KB
Original Source

Trend Lines

  • Dec 17, 2020

A Trend Line is a line drawn between any two points in a series to show the general direction of the values. It can be limited by these two points or extrapolated to infinity.

Along with other Indicators, Trend Lines reside in the XYDiagram2DSeriesViewBase.Indicators collection of a series. A series may have any number of Trend Lines. Refer to the following help topic for more information: Trend Lines.

The table below lists the main properties that affect the element’s functionality and appearance.

|

Class

|

The TrendLine class (which is a descendant of the Indicator class)

| |

Availability

|

XYDiagram2DSeriesViewBase.Indicators

| |

Points

|

FinancialIndicator.Point1 and FinancialIndicator.Point2

| |

Argument and Value Level

|

FinancialIndicatorPoint.Argument and FinancialIndicatorPoint.ValueLevel

| |

Specific Options

|

TrendLine.ExtrapolateToInfinity

| |

Appearance

|

WebChartControl.IndicatorsPaletteName, Indicator.Color and Indicator.LineStyle

| |

Visibility and Legend Availability

|

Indicator.Visible and Indicator.ShowInLegend

|

See Also

Financial Charting

Trend Lines

How to: Add a Trend Line to a Chart