Library.CreateMultipleGraphsSimple
This function takes a set of graphs and combines them onto a single graph.
| Syntax | Parameters | Return Value |
|---|---|---|
Function Library.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
|
Array of graphs to be inserted into the graph template. Type: Variant
Type: Integer Default value: 5
Type: Integer Default value: 2
Type: Integer Default value: 2
The text for the template's title. This parameter defaults to a blank string. Type: String Default value: ""
The text for the template's subtitle. This parameter defaults to a blank string. Type: String Default value: ""
The text for the template's footnote. This parameter defaults to a blank string. Type: String Default value: "" |
Object |