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) | Color | Color Value for line. Options: "none": Invisible "#FFFFFF": White "#000000": Black "#FF0000": Red "#00FF00": Green "#0000FF": Blue "#FFFF00": Yellow "#AAAAAA": Grey Default value: "Color derived from theme." |
FillColor (optional) | Color | Color value for fill. Options: "none": Invisible "#FFFFFF": White "#000000": Black "#FF0000": Red "#00FF00": Green "#0000FF": Blue "#FFFF00": Yellow "#AAAAAA": Grey Default value: "Color derived from theme." |
Angle (optional) | Number | Angle in radians. |
Return
Type | Description |
---|---|
Boolean | 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. |