Previous Next


GraphTornado Method (RDKResults Object)

Description

Makes a tornado graph of the sensitivities of the output result to all the inputs in the model. The Destination property controls how the graph is returned.

Syntax

object.GraphTornado(graphType As RDKTornadoGraphType)

Arguments

graphType (Required RDKTornadoGraphType) – one of the two values:

Return Value

(Object) – if the Destination property is set to RDKBitmapImage or RDKMetafileImage, the return value is a Picture object, which can be directly assigned to a Visual Basic picture or image control (or other compatible ActiveX container). If Destination is RDKExcel, the object returned is the Excel Chart Object that was created. If Destination is a file, the object returned is Nothing.

Example

Set Picture1.Picture = RDKApp.Outputs(1).Results.GraphTornado(RDKTornadoRegression)