Back to Devexpress

ChartIndicatorBase Class

dashboard-devexpress-dot-dashboardcommon-46d797c4.md

latest2.4 KB
Original Source

ChartIndicatorBase Class

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

Declaration

csharp
public abstract class ChartIndicatorBase
vb
Public MustInherit Class ChartIndicatorBase

Remarks

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.

Inheritance

Object ChartIndicatorBase ChartCustomIndicator

ChartRegressionLine

ChartTrendLine

See Also

ChartIndicatorBase Members

DevExpress.DashboardCommon Namespace