Skip to main content
All docs
V23.2

IndicatorFactory Class

Contains the custom indicator types used in a chart dashboard item.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public static class IndicatorFactory

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.

Inheritance

Object
IndicatorFactory
See Also