21 lines
954 B
Plaintext
21 lines
954 B
Plaintext
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_sequencerTempiCiclo.ascx.cs"
|
|
Inherits="MP_SITE.WebUserControls.mod_sequencerTempiCiclo" %>
|
|
<%@ Register Assembly="System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
|
|
Namespace="System.Web.UI.DataVisualization.Charting" TagPrefix="asp" %>
|
|
<asp:Chart ID="Chart1" runat="server" ImageStorageMode="UseImageLocation" ImageLocation="~/WebCharts/TC_#SEQ(5000,10)" SuppressExceptions="True" OnClick="Chart1_Click" Height="1px" Width="1px">
|
|
<Series>
|
|
</Series>
|
|
<ChartAreas>
|
|
<asp:ChartArea Name="TempiCiclo">
|
|
<AxisX LineWidth="0" IsMarginVisible="False">
|
|
</AxisX>
|
|
<Position Height="100" Width="100" X="0" Y="0" />
|
|
</asp:ChartArea>
|
|
</ChartAreas>
|
|
<Legends>
|
|
<asp:Legend Name="Legenda" TitleAlignment="Far" Alignment="Center" Docking="Bottom"
|
|
LegendStyle="Row">
|
|
</asp:Legend>
|
|
</Legends>
|
|
</asp:Chart>
|