dashboard-devexpress-dot-dashboardcommon-46d797c4.md
Contains settings for Trend Indicators of the Chart dashboard item.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public abstract class ChartIndicatorBase
Public MustInherit Class ChartIndicatorBase
The following indicator types are available:
Trend LineDisplays the general direction of associated points. It is often used to identify existing data trends and can help forecast future trends.Regression LineVisualizes data using a mathematical formula that minimizes the distance between the line itself and associated data points. It is used to model the relationship between two variables and can be used to make predictions about one variable based on the value of another.Custom Indicator Allows you to implement your own custom indicator type.
Refer to the following topic for more information about trend indicators in a Chart dashboard item: Trend Indicators.
Object ChartIndicatorBase ChartCustomIndicator
See Also