ChartIndicatorBase Class
Contains settings for Trend Indicators of the Chart dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
The following indicator types are available:
- Trend Line
- Displays the general direction of associated points. It is often used to identify existing data trends and can help forecast future trends.
- Regression Line
- Visualizes 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.
Inheritance
See Also