IndicatorFactory Class
In This Article
Contains the custom indicator types used in a chart dashboard item.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Remarks
Use the Register method to add a custom indicator type to the indicator types of the Trend Indicators dialog.
Call the Register
method in your application before you save and load a dashboard to serialize and deserialize the indicator within the dashboard XML.
See Also