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
367.3k
Asp Chart Horizontal scroll
Dec 20 2016 12:01 AM
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
>
Reply
Answers (
3
)
MultiColumn Dropdownlist in MVC
video conferencing code