Functions by Category Functions by Alphabetical list
SetChartOption ([option],[value]) |  |
This function turns on or off various charting options. This function can only be used within a chart object. Options: - key: 0=off, 1=on
Example: SetChartOption('key',0); #turn the key off for the chart.
Related functions: PlotPrice , PlotColumn , PlotFixedLine , PlotSetScale , PlotLine , PlotText , PlotFixedLine , PlotCandlestick , PlotTellTale , PlotPAC , PlotBand , PlotGrid , DrawLine , DrawText , DrawRectangle , DrawFilledRectangle , Color , Dashes , Dots , Vline , SetBarBackground , SetBarColor , ChartInputSlider , ChartInputCombobox
|