Application.CreateMultipleGraphsSimple

This function takes a set of graphs and combines them onto a single graph.

Syntax Parameters Return Value
Function Application.CreateMultipleGraphsSimple( _
    GraphArray As Variant, _
    Optional horizontalPercentFactor As Integer = 5, _
    Optional leftMarginPercentFactor As Integer = 2, _
    Optional rightMarginPercentFactor As Integer = 2, _
    Optional Title As String = "", _
    Optional Subtitle As String = "", _
    Optional Footnote As String = "") As Object
  • GraphArray [in]

Array of graphs to be inserted into the graph template.

Type: Variant

  • horizontalPercentFactor [in,optional]

Type: Integer

Default value: 5

  • leftMarginPercentFactor [in,optional]

Type: Integer

Default value: 2

  • rightMarginPercentFactor [in,optional ]

Type: Integer

Default value: 2

  • Title [in,optional]

The text for the template's title. This parameter defaults to a blank string.

Type: String

Default value: ""

  • Subtitle [in,optional]

The text for the template's subtitle. This parameter defaults to a blank string.

Type: String

Default value: ""

  • Footnote [in,optional]

The text for the template's footnote. This parameter defaults to a blank string.

Type: String

Default value: ""

Object