Skip to main content
Version: Streamsheets 2.5

DRAW.STREAMCHART

Define a chart on a given drawing.

Syntax

=DRAW.STREAMCHART(X, Y, Width, Height, [LineColor], [FillColor], [Angle])

Arguments

NameTypeDescription
XNumberX Coordinate in 1/100th mm
YNumberY Coordinate in 1/100th mm
WidthNumberWidth in 1/100th mm
HeightNumberHeight in 1/100th mm
LineColor (optional)StringOptions:
- None for no line
- Hexadecimal color value (#FF0000 for Red)
FillColor (optional)StringOptions:
- None for no fill
- Hexadecimal color value (#FF0000 for Red)
Angle (optional)NumberAngle 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

FormulaResultComment
=DRAW.STREAMCHART(1000, 1000, 3000, 3000, "#000000", "#FFFFFF")
TRUEDraw a chart.