minput(input_y2_values = [60.00, 40.00, 70.00],
input_date_x_values = ["2012-03-04 00:00:00", "2012-03-04 12:00:00", "2012-03-05 00:00:00"],
input_date_x2_values = ["2012-03-04 00:00:00", "2012-03-04 12:00:00", "2012-03-05 00:00:00"],
input_y_values = [30.00, 35.00, 50.00])
mgraph(graph_bar_colour = "red",
graph_bar_style = "linebar",
graph_bar_line_colour = "red",
legend_user_text = " Using linebar style ",
graph_bar_justification = "right",
graph_bar_width = 21600.00,
graph_type = "bar",
graph_bar_line_thickness = 4,
legend = "on")
minput(input_y2_values = [0.00, 0.00, 0.00],
input_date_x_values = ["2012-03-06 00:00:00", "2012-03-06 12:00:00", "2012-03-07 00:00:00"],
input_date_x2_values = ["2012-03-06 00:00:00", "2012-03-06 12:00:00", "2012-03-07 00:00:00"],
input_y_values = [60.00, 40.00, 30.00])
mgraph(graph_bar_colour = "green",
graph_bar_annotation = ["red result", "result", "green result"],
legend_user_text = " Using annotations ",
graph_bar_annotation_font_colour = "charcoal",
graph_bar_justification = "centre",
graph_bar_width = 10800.00,
graph_type = "bar",
graph_bar_annotation_font_size = 0.50,
legend = "on")