heat_map_button_click() public method

public heat_map_button_click ( int index_selected_heat_map, System.DateTime from1, System.DateTime to1 ) : void
index_selected_heat_map int
from1 System.DateTime
to1 System.DateTime
return void
Esempio n. 1
0
        int index_series     = 0; //this index is used by  plot_on_graph_values method

        private void button1_Click(object sender, EventArgs e)
        {
            //initially resetting values to empty

            //resetting ends...
            DateTime fromDate = dtp_From.Value;
            DateTime toDate   = dtp_To.Value;


            //--Calling part here.....
            form1.heat_map_button_click(index_selected, fromDate, toDate);
        }//closing of the buttton...