Skip to main content
A newer version of this page is available. .
All docs
V23.1

IndicatorFactory Class

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

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

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