Skip to main content
All docs
V26.1
  • IndicatorFactory Class

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

    Namespace: DevExpress.DashboardCommon

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

    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