1
Answer

how to set x and y values for database

saifullah khan

saifullah khan

13y
1.3k
1
i am using asp.net with c#.
i want to create a chart control that takes two values from database. the x axis takes time from data base and the y-axis takes currency from database. on x axis a timer is to set, this timer must take time from data base. please tell me how is it possible. give code if possible.
Answers (1)
0
kshama parashar

kshama parashar

NA 41 0 14y
<asp:Panel Runat="Server"
  Font-Name="Times New Roman"
  Font-Size="11pt"
  Width="300px"
  Height="100px"
  BorderStyle="Solid"
  BorderWidth="1px"
  ScrollBars="Auto"
  Style="padding:10px">