AddTernaryGraph Method
The AddTernaryGraph method creates a 2D ternary diagram. Returns an AutoGraph object.
Syntax
object.AddTernaryGraph( worksheet, xCol, yCol, zCol, id )
| Parameter | Type | Description |
| worksheet | String | required, full path and file name of the data |
| xCol | Variant | optional, default = 1 (column A) |
| yCol | Variant | optional, default = 2 (column B) |
| zCol | Variant | optional, default = 3 (column C) |
| id | Variant | optional, graph name |
Example
This example shows how to create a ternary diagram.
Shapes.AddTernaryGraph(GrapherApp.Path + \samples\ternary.dat)
Used by: AutoShapes collection