User Profile & Activity

Ngo van Tu Member
Page
of 2
Posted: October 26, 2010 9:37 PM

I have a question. Now i want <label> & <value> should appear on the separate line instead of one line. Please help me

thank

vantu

Posted: October 7, 2010 11:04 PM

Thank Yudi .

    Good luck to you

VanTu :)

  

Posted: September 6, 2010 6:06 AM

@Yudi, Handy Surya

Can you see my question again?

Regards,

Vantu

Hi . Thanks Glenn Layaar  

i finish my ex

i using the 2 dropdownnlist show columns and chose data need show to chart

here is my EX:

protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)
{

ChartPivotDataConfig t = new ChartPivotDataConfig();
t.DataMember = DropDownList1.SelectedValue; ;
t.AutoCalc = AutoCalc.Count;
WebGrid1.ChartDataCollection.Add(t);

}

protected void DropDownList2_SelectedIndexChanged(object sender, EventArgs e)
{

ChartPivotFilterConfig t1 = new ChartPivotFilterConfig();
t1.DataMember = DropDownList2.SelectedValue; ;
WebGrid1.ChartCategoryCollection.Add(t1);

}

All times are GMT -5. The time now is 12:45 AM.
Previous Next