TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Dinesh Santhalingam
NA
737
368k
Asp chart Refresh method
Dec 28 2016 2:11 AM
I have a ASP:Chart control .I want to set it as a dynamic chart.Actually in my Code i refresh the Whole chart for every time .I want to refresh the series alone .Suggest me some Ideas.
private void chartload()
{
DataTable
myTable
=
new
DataTable();
DataView
dv
=
new
DataView(myTable);
dv.RowFilter
= (("
Name
=
'A'
"));
Chart1.Series[0]
.LegendText
=
ddllicense
.SelectedItem.Text;
Chart1.Series[0]
.BorderWidth
=
2
;
Chart1.Legends["Legend1"]
.Position.Auto
=
true
;
Chart1.DataSource
=
dv
;
Chart1.DataBind();
}
protected void Timer1_Tick(object sender, EventArgs e)
{
chartload();
}
Reply
Answers (
4
)
Not Able To Show Message After Logedout
Rebind dropdowncheckbox list multiple district values