Rev | Line | |
---|
[6118] | 1 | <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl" %>
|
---|
| 2 | <%@ Import Namespace="HLWebOKBQueryPlugin.Models" %>
|
---|
| 3 | <%@ Register assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" namespace="System.Web.UI.DataVisualization.Charting" tagprefix="asp" %>
|
---|
| 4 |
|
---|
[6318] | 5 | <div style="background-color: #eeeeee;border-style:solid;border-color:#aaa;border-width:1px;padding:10px;list-style-type:none;">
|
---|
[6165] | 6 | <% using (Html.BeginForm("UpdateBubbleChart","Chart")) %>
|
---|
[6118] | 7 | <% { %>
|
---|
| 8 |
|
---|
[6318] | 9 | <%: Html.Label("X-Axis")%>
|
---|
[6118] | 10 | <%: Html.DropDownList("valuesAxisXCombobox", new SelectList(((ChartModel)Model).valuesAxisX))%>
|
---|
[6318] | 11 | <br />
|
---|
| 12 | <%: Html.Label("Y-Axis")%>
|
---|
[6118] | 13 | <%: Html.DropDownList("valuesAxisYCombobox", new SelectList(((ChartModel)Model).valuesAxisY))%>
|
---|
[6318] | 14 | <br />
|
---|
| 15 | <%: Html.Label("Bubble Size")%>
|
---|
[6118] | 16 | <%: Html.DropDownList("bubbleSizeCombobox", new SelectList(((ChartModel)Model).bubbleSize))%>
|
---|
| 17 |
|
---|
[6318] | 18 | <input type="submit" class="hl-icon-refresh" value="update chart" />
|
---|
| 19 | </div>
|
---|
[6118] | 20 |
|
---|
[6318] | 21 |
|
---|
| 22 |
|
---|
[6118] | 23 | <% } %>
|
---|
| 24 |
|
---|
| 25 |
|
---|
[6171] | 26 | <img src="/Chart/CreateBubbleChart?<%= Model %>" alt="" />
|
---|
Note: See
TracBrowser
for help on using the repository browser.