Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
Asp Chart Horizontal scroll
Dinesh Santhalingam
8y
204
1
Reply
I have Asp Chart(Line Chart) in my webpage.I plot the line Using Some data .I want to set a scroll view to my chart .But I have no idea about how to set the view. suggest some ideas.
<
asp:Chart
ID
=
"Chart1"
runat
=
"server"
Width
=
"1272px"
Height
=
"800px"
onload
=
"Chart1_Load"
>
<
Legends
>
<
asp:Legend
Name
=
"Legend1"
>
</
asp:Legend
>
</
Legends
>
<
Series
>
<
asp:Series
Name
=
"Series1"
ChartType
=
"Line"
XValueMember
=
"TIME"
ToolTip
=
"Time: #VALX No of License Used #VALY"
YValueMembers
=
"IN USE"
>
</
asp:Series
>
</
Series
>
<
ChartAreas
>
<
asp:ChartArea
Name
=
"ChartArea1"
>
<
AxisX
Title
=
"Time"
Minimum
=
"1"
Maximum
=
"24"
Interval
=
"1"
>
<
MajorGrid
LineWidth
=
"0"
/>
</
AxisX
>
<
AxisY
Title
=
"No of License"
Minimum
=
"0"
Maximum
=
"30"
Interval
=
"2"
>
<
MajorGrid
LineWidth
=
"0"
/>
</
AxisY
>
</
asp:ChartArea
>
</
ChartAreas
>
</
asp:Chart
>
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
MultiColumn Dropdownlist in MVC
video conferencing code