- <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>
Asp Chart Horizontal scroll
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.
Amit Kumar SinghPosted Dec 20, 2016, 12:53 AM
Dinesh SanthalingamPosted Dec 20, 2016, 12:40 AM
Amit Kumar SinghPosted Dec 20, 2016, 12:24 AM
I can be achieved by simply putting the Chart to a Panel and setting the Panel's
ScrollBarsProperty to "Horizontal"