Guest User

Untitled

a guest
Jul 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>
  2. <%@ Import Namespace="Sparkline.Helpers" %>
  3.  
  4. <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">
  5. Spark Line Example
  6. </asp:Content>
  7.  
  8. <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
  9. <h2>Hello Sparkline</h2>
  10. <p>
  11. <%= Html.DrawSparkline("150x30", new List<Int32?>() {1,3,5,2,7,9,4})%>
  12. </p>
  13. </asp:Content>
Add Comment
Please, Sign In to add comment