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