DRAW.STREAMCHART
Define a chart on a given drawing.
Syntax
=DRAW.STREAMCHART(X, Y, Width, Height, [LineColor], [FillColor], [Angle])
Arguments
| Name | Type | Description | 
|---|---|---|
| X | Number | X Coordinate in 1/100th mm | 
| Y | Number | Y Coordinate in 1/100th mm | 
| Width | Number | Width in 1/100th mm | 
| Height | Number | Height in 1/100th mm | 
| LineColor (optional) | String | Options:  - None for no line - Hexadecimal color value ( #FF0000 for Red) | 
| FillColor (optional) | String | Options:  - None for no fill  - Hexadecimal color value ( #FF0000 for Red) | 
| Angle (optional) | Number | Angle in radians. | 
Return
TRUE or an Error Code
Hint
This function is shown in the edit bar, if a chart is selected. It should not be used in a cell
Examples
| Formula | Result | Comment | 
|---|---|---|
 | TRUE | Draw a chart. |