Add3DHistogramGraph Method
The Add3DHistogramGraph method creates a new 3D XYY histogram. Returns an AutoGraph object.
Syntax
object.Add3DHistogramGraph( worksheet, dataCol, id )
Parameter | Type | Description |
worksheet | String | required, full path and file name of the data |
dataCol | Variant | optional, default = 1 (column A) |
id | Variant | optional, graph name |
Example
This example shows how to create a 3D XYY histogram.
Shapes.Add3DHistogramGraph(GrapherApp.Path + "\samples\histogram.dat")
Used by: AutoShapes collection