Previous Next


GraphSummary Method (RDKResults Object)

Description

For a result object of an output which is a member of an output range, this method generates a summary graph. The Destination property controls how the graph is returned.

Syntax

object.GraphSummary

Arguments

None.

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.GraphSummary()