TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
void SetIndexStyle ( int  index,
int  type,
int  style = EMPTY,
int  width = EMPTY,
Color  clr = default(Color) 
)

Sets the new type, style, width and color for a given indicator line

Parameters
indexLine index. Must lie between 0 and 7
typeShape style. Can be one of:
DRAW_LINEDrawing line
DRAW_SECTIONDrawing sections
DRAW_HISTOGRAMDrawing histogram
DRAW_ARROWDrawing arrows (symbols)
DRAW_ZIGZAGDrawing sections between even and odd indicator buffers, 2 buffers of values
DRAW_NONENo drawing
styleDrawing style. It is used for one-pixel thick lines. It can be one of the:
STYLE_SOLIDThe pen is solid
STYLE_DASHThe pen is dashed
STYLE_DOTThe pen is dotted
STYLE_DASHDOTThe pen has alternating dashes and dots
STYLE_DASHDOTDOTThe pen has alternating dashes and double dots
widthLine width. Valid values are: 1,2,3,4,5. EMPTY value means that width will not be changed
clrLine color. Absence of this parameter means that the color will not be changed