====== PLOT_HISTOGRAM ====== * PLOT_HISTOGRAM( ) * PLOT_HISTOGRAM( , , ) * PLOT_HISTOGRAM( , , , ) Draws a histogram (columnar) plot of the value. ---- ^ Function Parameters^^ ^ Parameter ^ Description ^ | | The value to plot. | | | The width of the columns as a percentage of the width of a single time interval on the chart. A value of 1 would result in no gap between the columns, a value of 0.5 would result in a gap the same size as the columns, etc. (0.72 works really well) | | | The color to fill the columns. | | | The color to draw the outline of the columns. | ----