HI_SetGraphBarWidth
%HI_SetGraphBarWidth function
Function
The function sets bar width in a candlestick graph which is connected to a displayer of the Graph or XY Graph types (Control function).
Declaration
%HI_SetGraphBarWidth(
INT in refId,
INT in lineNr,
INT in width
) Parameters
refId | Reference to a displayer (reference variable). |
lineNr | Flow serial number. |
width | Width in % or pixels (see description) |
Description
The function sets bar width in the candlestick graph. If the period ≠ 0, the parameter defines bar width of the period width as percentages. If the period = 0, the parameter defines bar width as pixels.
Example
%HI_SetGraphBarWidth(_Graph,1,20)