TheNMIEngine..::..AddChartControl Method (TheThing, TheChartDefinition, TheFormInfo, Int32, String, String, Boolean, ThePropertyBag)
                
    Namespace: 
   nsCDEngine.Engines.NMIService
Assembly: C-DEngine (in C-DEngine.dll)
            Assembly: C-DEngine (in C-DEngine.dll)
Syntax
public static cdeConcurrentDictionary<string, TheMetaDataBase> AddChartControl( TheThing pMyBaseThing, TheChartDefinition MyChart, TheFormInfo pForm, int pFldOrder, string pGroupTitle, string pChartTitle, bool UseCustomData, ThePropertyBag pChartBag )
Public Shared Function AddChartControl ( _ pMyBaseThing As TheThing, _ MyChart As TheChartDefinition, _ pForm As TheFormInfo, _ pFldOrder As Integer, _ pGroupTitle As String, _ pChartTitle As String, _ UseCustomData As Boolean, _ pChartBag As ThePropertyBag _ ) As cdeConcurrentDictionary(Of String, TheMetaDataBase)
public: static cdeConcurrentDictionary<String^, TheMetaDataBase^>^ AddChartControl( TheThing^ pMyBaseThing, TheChartDefinition^ MyChart, TheFormInfo^ pForm, int^ pFldOrder, String^ pGroupTitle, String^ pChartTitle, bool^ UseCustomData, ThePropertyBag^ pChartBag )
Parameters
- pMyBaseThing
 - Type: nsCDEngine.Engines.ThingService..::..TheThing
 
- pFldOrder
 - Type: Int32
 
- pGroupTitle
 - Type: String
 
- pChartTitle
 - Type: String
 
- UseCustomData
 - Type: Boolean
 
- pChartBag
 - Type: nsCDEngine.Engines.NMIService..::..ThePropertyBag