C-DEngine 5.105

TheChartFactory..::..CreateChartInfo Method

Creates a new ChartInfo

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public void CreateChartInfo(
	TheChartDefinition pDef,
	string pZoomType,
	string xAxisType
)
Public Sub CreateChartInfo ( _
	pDef As TheChartDefinition, _
	pZoomType As String, _
	xAxisType As String _
)
public:
void CreateChartInfo(
	TheChartDefinition^ pDef, 
	String^ pZoomType, 
	String^ xAxisType
)

Parameters

pDef
Type: nsCDEngine.Engines.NMIService..::..TheChartDefinition
pZoomType
Type: String
xAxisType
Type: String