RectangleGetStyle
From MultiCharts
Returns a numerical value, indicating the style of a rectangle with the specified ID number; returns a value of -2 if the specified rectangle ID number is invalid.
Usage
RectangleGetStyle(ID)
Where: ID - a numerical expression specifying the rectangle ID number
- Return
- Rectangle styles:
1 Tool Solid ______________________ 2 Tool Dashed - - - - - - - - - - - - - - - - - - - 3 Tool Dotted ............................................ 4 Tool Dashed2 __ _ __ _ __ _ __ _ __ _ __ 5 Tool Dashed3 ___ _ _ ___ _ _ ___ _ _ ___ 6 Invisible
Notes
A rectangle-specific ID number is returned by RectangleNew when the rectangle is created.
Example
Assign a value, indicating the style of a rectangle with the ID number of 3, to Value1 variable:
Value1=RectangleGetStyle(3);