C-DEngine 5.105

TheNMIEngine..::..AddChartControl Method (TheThing, TheChartDefinition, TheFormInfo, Int32, String, String, Boolean, ThePropertyBag)

Namespace:  nsCDEngine.Engines.NMIService
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
)