Back to Devexpress

IndicatorFactory Class

dashboard-devexpress-dot-dashboardcommon-07031415.md

latest1.3 KB
Original Source

IndicatorFactory Class

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

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public static class IndicatorFactory
vb
Public Module 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

IndicatorFactory Members

DevExpress.DashboardCommon Namespace