Leaf charting operational
This commit is contained in:
@@ -1,450 +0,0 @@
|
|||||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="LeafWebCharter.ascx.cs" Inherits="LeafWeb.Web.Charter.LeafWebCharter" %>
|
|
||||||
<%@ Register Assembly="System.Web.DataVisualization, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
|
|
||||||
Namespace="System.Web.UI.DataVisualization.Charting" TagPrefix="asp" %>
|
|
||||||
|
|
||||||
<asp:Label ID="ErrorLBL" runat="server" Text="" ForeColor="Red" Font-Bold="true"></asp:Label>
|
|
||||||
<br />
|
|
||||||
<h1>Charting the Output from LeafWeb Jobs</h1>
|
|
||||||
|
|
||||||
<asp:Panel ID="ChartPNL" runat="server">
|
|
||||||
<asp:Chart ID="ChartChloro1" runat="server" Width="700" Height="500" >
|
|
||||||
|
|
||||||
<legends>
|
|
||||||
<asp:Legend Enabled="True" IsTextAutoFit="False" Name="Default" Docking="Bottom"
|
|
||||||
BackColor="Transparent" Font="Trebuchet MS, 12pt, style=Bold"></asp:Legend>
|
|
||||||
</legends>
|
|
||||||
<borderskin SkinStyle="Emboss"></borderskin>
|
|
||||||
<series>
|
|
||||||
<asp:Series MarkerSize="8" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="Rubisco-limited" ChartType="Point" MarkerStyle="Diamond"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="9" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="RuBP regeneration-limited" ChartType="Point" MarkerStyle="Circle"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="acCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="ajCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="atCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Orange" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
</series>
|
|
||||||
<chartareas>
|
|
||||||
<asp:ChartArea Name="ChartArea1" BorderColor="64, 64, 64, 64"
|
|
||||||
BorderDashStyle="Solid" BackSecondaryColor="White"
|
|
||||||
BackColor="OldLace" ShadowColor="Transparent"
|
|
||||||
BackGradientStyle="TopBottom" >
|
|
||||||
<area3dstyle Rotation="25" Perspective="9" LightStyle="Realistic"
|
|
||||||
Inclination="40" IsRightAngleAxes="False" WallWidth="3"
|
|
||||||
IsClustered="False" />
|
|
||||||
<axisy LineColor="64, 64, 64, 64" Title="Net assimilation rate (umol/m2/s)" >
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisy>
|
|
||||||
<axisx LineColor="64, 64, 64, 64"
|
|
||||||
Minimum="0" Title="Chloroplastic CO2 partial pressure (Pa)">
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisx>
|
|
||||||
</asp:ChartArea>
|
|
||||||
</chartareas>
|
|
||||||
</asp:Chart>
|
|
||||||
|
|
||||||
<asp:Chart ID="ChartChloro2" runat="server" Width="700" Height="500" >
|
|
||||||
|
|
||||||
<legends>
|
|
||||||
<asp:Legend Enabled="True" IsTextAutoFit="False" Name="Default" Docking="Bottom"
|
|
||||||
BackColor="Transparent" Font="Trebuchet MS, 12pt, style=Bold"></asp:Legend>
|
|
||||||
</legends>
|
|
||||||
<borderskin SkinStyle="Emboss"></borderskin>
|
|
||||||
<series>
|
|
||||||
<asp:Series MarkerSize="8" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="Rubisco-limited" ChartType="Point" MarkerStyle="Diamond"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="9" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="RuBP regeneration-limited" ChartType="Point" MarkerStyle="Circle"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="acCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="ajCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="atCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Orange" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
</series>
|
|
||||||
<chartareas>
|
|
||||||
<asp:ChartArea Name="ChartArea1" BorderColor="64, 64, 64, 64"
|
|
||||||
BorderDashStyle="Solid" BackSecondaryColor="White"
|
|
||||||
BackColor="OldLace" ShadowColor="Transparent"
|
|
||||||
BackGradientStyle="TopBottom" >
|
|
||||||
<area3dstyle Rotation="25" Perspective="9" LightStyle="Realistic"
|
|
||||||
Inclination="40" IsRightAngleAxes="False" WallWidth="3"
|
|
||||||
IsClustered="False" />
|
|
||||||
<axisy LineColor="64, 64, 64, 64" Title="Net assimilation rate (umol/m2/s)" >
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisy>
|
|
||||||
<axisx LineColor="64, 64, 64, 64"
|
|
||||||
Minimum="0" Title="Chloroplastic CO2 partial pressure (Pa)">
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisx>
|
|
||||||
</asp:ChartArea>
|
|
||||||
</chartareas>
|
|
||||||
</asp:Chart>
|
|
||||||
|
|
||||||
<asp:Chart ID="ChartChloro3" runat="server" Width="700" Height="500" >
|
|
||||||
|
|
||||||
<legends>
|
|
||||||
<asp:Legend Enabled="True" IsTextAutoFit="False" Name="Default" Docking="Bottom"
|
|
||||||
BackColor="Transparent" Font="Trebuchet MS, 12pt, style=Bold"></asp:Legend>
|
|
||||||
</legends>
|
|
||||||
<borderskin SkinStyle="Emboss"></borderskin>
|
|
||||||
<series>
|
|
||||||
<asp:Series MarkerSize="8" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="Rubisco-limited" ChartType="Point" MarkerStyle="Diamond"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="9" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="RuBP regeneration-limited" ChartType="Point" MarkerStyle="Circle"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="acCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="ajCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="atCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Orange" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
</series>
|
|
||||||
<chartareas>
|
|
||||||
<asp:ChartArea Name="ChartArea1" BorderColor="64, 64, 64, 64"
|
|
||||||
BorderDashStyle="Solid" BackSecondaryColor="White"
|
|
||||||
BackColor="OldLace" ShadowColor="Transparent"
|
|
||||||
BackGradientStyle="TopBottom" >
|
|
||||||
<area3dstyle Rotation="25" Perspective="9" LightStyle="Realistic"
|
|
||||||
Inclination="40" IsRightAngleAxes="False" WallWidth="3"
|
|
||||||
IsClustered="False" />
|
|
||||||
<axisy LineColor="64, 64, 64, 64" Title="Net assimilation rate (umol/m2/s)" >
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisy>
|
|
||||||
<axisx LineColor="64, 64, 64, 64"
|
|
||||||
Minimum="0" Title="Chloroplastic CO2 partial pressure (Pa)">
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisx>
|
|
||||||
</asp:ChartArea>
|
|
||||||
</chartareas>
|
|
||||||
</asp:Chart>
|
|
||||||
|
|
||||||
<asp:Chart ID="ChartChloro4" runat="server" Width="700" Height="500" >
|
|
||||||
|
|
||||||
<legends>
|
|
||||||
<asp:Legend Enabled="True" IsTextAutoFit="False" Name="Default" Docking="Bottom"
|
|
||||||
BackColor="Transparent" Font="Trebuchet MS, 12pt, style=Bold"></asp:Legend>
|
|
||||||
</legends>
|
|
||||||
<borderskin SkinStyle="Emboss"></borderskin>
|
|
||||||
<series>
|
|
||||||
<asp:Series MarkerSize="8" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="Rubisco-limited" ChartType="Point" MarkerStyle="Diamond"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="9" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="RuBP regeneration-limited" ChartType="Point" MarkerStyle="Circle"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="acCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="ajCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="atCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Orange" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
</series>
|
|
||||||
<chartareas>
|
|
||||||
<asp:ChartArea Name="ChartArea1" BorderColor="64, 64, 64, 64"
|
|
||||||
BorderDashStyle="Solid" BackSecondaryColor="White"
|
|
||||||
BackColor="OldLace" ShadowColor="Transparent"
|
|
||||||
BackGradientStyle="TopBottom" >
|
|
||||||
<area3dstyle Rotation="25" Perspective="9" LightStyle="Realistic"
|
|
||||||
Inclination="40" IsRightAngleAxes="False" WallWidth="3"
|
|
||||||
IsClustered="False" />
|
|
||||||
<axisy LineColor="64, 64, 64, 64" Title="Net assimilation rate (umol/m2/s)" >
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisy>
|
|
||||||
<axisx LineColor="64, 64, 64, 64"
|
|
||||||
Minimum="0" Title="Chloroplastic CO2 partial pressure (Pa)">
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisx>
|
|
||||||
</asp:ChartArea>
|
|
||||||
</chartareas>
|
|
||||||
</asp:Chart>
|
|
||||||
|
|
||||||
<asp:Chart ID="ChartInter1" runat="server" Width="700" Height="500" >
|
|
||||||
|
|
||||||
<legends>
|
|
||||||
<asp:Legend Enabled="True" IsTextAutoFit="False" Name="Default" Docking="Bottom"
|
|
||||||
BackColor="Transparent" Font="Trebuchet MS, 12pt, style=Bold"></asp:Legend>
|
|
||||||
</legends>
|
|
||||||
<borderskin SkinStyle="Emboss"></borderskin>
|
|
||||||
<series>
|
|
||||||
<asp:Series MarkerSize="8" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="Rubisco-limited" ChartType="Point" MarkerStyle="Diamond"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="9" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="RuBP regeneration-limited" ChartType="Point" MarkerStyle="Circle"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="acCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="ajCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="atCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Orange" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
</series>
|
|
||||||
<chartareas>
|
|
||||||
<asp:ChartArea Name="ChartArea1" BorderColor="64, 64, 64, 64"
|
|
||||||
BorderDashStyle="Solid" BackSecondaryColor="White"
|
|
||||||
BackColor="OldLace" ShadowColor="Transparent"
|
|
||||||
BackGradientStyle="TopBottom" >
|
|
||||||
<area3dstyle Rotation="25" Perspective="9" LightStyle="Realistic"
|
|
||||||
Inclination="40" IsRightAngleAxes="False" WallWidth="3"
|
|
||||||
IsClustered="False" />
|
|
||||||
<axisy LineColor="64, 64, 64, 64" Title="Net assimilation rate (umol/m2/s)" >
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisy>
|
|
||||||
<axisx LineColor="64, 64, 64, 64"
|
|
||||||
Minimum="0" Title="Intercellular CO2 partial pressure (Pa)">
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisx>
|
|
||||||
</asp:ChartArea>
|
|
||||||
</chartareas>
|
|
||||||
</asp:Chart>
|
|
||||||
|
|
||||||
<asp:Chart ID="ChartInter2" runat="server" Width="700" Height="500" >
|
|
||||||
|
|
||||||
<legends>
|
|
||||||
<asp:Legend Enabled="True" IsTextAutoFit="False" Name="Default" Docking="Bottom"
|
|
||||||
BackColor="Transparent" Font="Trebuchet MS, 12pt, style=Bold"></asp:Legend>
|
|
||||||
</legends>
|
|
||||||
<borderskin SkinStyle="Emboss"></borderskin>
|
|
||||||
<series>
|
|
||||||
<asp:Series MarkerSize="8" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="Rubisco-limited" ChartType="Point" MarkerStyle="Diamond"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="9" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="RuBP regeneration-limited" ChartType="Point" MarkerStyle="Circle"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="acCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="ajCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="atCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Orange" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
</series>
|
|
||||||
<chartareas>
|
|
||||||
<asp:ChartArea Name="ChartArea1" BorderColor="64, 64, 64, 64"
|
|
||||||
BorderDashStyle="Solid" BackSecondaryColor="White"
|
|
||||||
BackColor="OldLace" ShadowColor="Transparent"
|
|
||||||
BackGradientStyle="TopBottom" >
|
|
||||||
<area3dstyle Rotation="25" Perspective="9" LightStyle="Realistic"
|
|
||||||
Inclination="40" IsRightAngleAxes="False" WallWidth="3"
|
|
||||||
IsClustered="False" />
|
|
||||||
<axisy LineColor="64, 64, 64, 64" Title="Net assimilation rate (umol/m2/s)" >
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisy>
|
|
||||||
<axisx LineColor="64, 64, 64, 64"
|
|
||||||
Minimum="0" Title="Intercellular CO2 partial pressure (Pa)">
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisx>
|
|
||||||
</asp:ChartArea>
|
|
||||||
</chartareas>
|
|
||||||
</asp:Chart>
|
|
||||||
|
|
||||||
<asp:Chart ID="ChartInter3" runat="server" Width="700" Height="500" >
|
|
||||||
|
|
||||||
<legends>
|
|
||||||
<asp:Legend Enabled="True" IsTextAutoFit="False" Name="Default" Docking="Bottom"
|
|
||||||
BackColor="Transparent" Font="Trebuchet MS, 12pt, style=Bold"></asp:Legend>
|
|
||||||
</legends>
|
|
||||||
<borderskin SkinStyle="Emboss"></borderskin>
|
|
||||||
<series>
|
|
||||||
<asp:Series MarkerSize="8" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="Rubisco-limited" ChartType="Point" MarkerStyle="Diamond"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="9" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="RuBP regeneration-limited" ChartType="Point" MarkerStyle="Circle"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="acCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="ajCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="atCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Orange" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
</series>
|
|
||||||
<chartareas>
|
|
||||||
<asp:ChartArea Name="ChartArea1" BorderColor="64, 64, 64, 64"
|
|
||||||
BorderDashStyle="Solid" BackSecondaryColor="White"
|
|
||||||
BackColor="OldLace" ShadowColor="Transparent"
|
|
||||||
BackGradientStyle="TopBottom" >
|
|
||||||
<area3dstyle Rotation="25" Perspective="9" LightStyle="Realistic"
|
|
||||||
Inclination="40" IsRightAngleAxes="False" WallWidth="3"
|
|
||||||
IsClustered="False" />
|
|
||||||
<axisy LineColor="64, 64, 64, 64" Title="Net assimilation rate (umol/m2/s)" >
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisy>
|
|
||||||
<axisx LineColor="64, 64, 64, 64"
|
|
||||||
Minimum="0" Title="Intercellular CO2 partial pressure (Pa)">
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisx>
|
|
||||||
</asp:ChartArea>
|
|
||||||
</chartareas>
|
|
||||||
</asp:Chart>
|
|
||||||
|
|
||||||
<asp:Chart ID="ChartInter4" runat="server" Width="700" Height="500" >
|
|
||||||
|
|
||||||
<legends>
|
|
||||||
<asp:Legend Enabled="True" IsTextAutoFit="False" Name="Default" Docking="Bottom"
|
|
||||||
BackColor="Transparent" Font="Trebuchet MS, 12pt, style=Bold"></asp:Legend>
|
|
||||||
</legends>
|
|
||||||
<borderskin SkinStyle="Emboss"></borderskin>
|
|
||||||
<series>
|
|
||||||
<asp:Series MarkerSize="8" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="Rubisco-limited" ChartType="Point" MarkerStyle="Diamond"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="9" BorderWidth="3" XValueType="Double"
|
|
||||||
Name="RuBP regeneration-limited" ChartType="Point" MarkerStyle="Circle"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="acCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Red" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="ajCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Blue" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
<asp:Series MarkerSize="2" BorderWidth="1" XValueType="Double"
|
|
||||||
Name="atCurve" ChartType="Line" MarkerStyle="None"
|
|
||||||
ShadowColor="Black" BorderColor="180, 26, 59, 105"
|
|
||||||
Color="Orange" ShadowOffset="0" IsVisibleInLegend="false"
|
|
||||||
YValueType="Double"></asp:Series>
|
|
||||||
</series>
|
|
||||||
<chartareas>
|
|
||||||
<asp:ChartArea Name="ChartArea1" BorderColor="64, 64, 64, 64"
|
|
||||||
BorderDashStyle="Solid" BackSecondaryColor="White"
|
|
||||||
BackColor="OldLace" ShadowColor="Transparent"
|
|
||||||
BackGradientStyle="TopBottom" >
|
|
||||||
<area3dstyle Rotation="25" Perspective="9" LightStyle="Realistic"
|
|
||||||
Inclination="40" IsRightAngleAxes="False" WallWidth="3"
|
|
||||||
IsClustered="False" />
|
|
||||||
<axisy LineColor="64, 64, 64, 64" Title="Net assimilation rate (umol/m2/s)" >
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisy>
|
|
||||||
<axisx LineColor="64, 64, 64, 64"
|
|
||||||
Minimum="0" Title="Intercellular CO2 partial pressure (Pa)">
|
|
||||||
<LabelStyle Font="Trebuchet MS, 12pt, style=Bold" />
|
|
||||||
<MajorGrid LineColor="64, 64, 64, 64" />
|
|
||||||
</axisx>
|
|
||||||
</asp:ChartArea>
|
|
||||||
</chartareas>
|
|
||||||
</asp:Chart>
|
|
||||||
</asp:Panel>
|
|
||||||
|
|
||||||
@@ -1,307 +0,0 @@
|
|||||||
using System;
|
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.Data;
|
|
||||||
using System.Drawing;
|
|
||||||
using System.IO;
|
|
||||||
using System.Web.UI;
|
|
||||||
using System.Web.UI.DataVisualization.Charting;
|
|
||||||
using System.Web.UI.WebControls;
|
|
||||||
using LeafWeb.Core.Charter;
|
|
||||||
using LeafWeb.Core.Models;
|
|
||||||
|
|
||||||
namespace LeafWeb.Web.Charter
|
|
||||||
{
|
|
||||||
public partial class LeafWebCharter : UserControl
|
|
||||||
{
|
|
||||||
protected void ReadFile(StreamReader sr, ref string errMsg)
|
|
||||||
{
|
|
||||||
var pisOut = new CurveDataList();
|
|
||||||
if (!pisOut.ReadFromStream(sr))
|
|
||||||
{
|
|
||||||
ErrorLBL.Text = errMsg;
|
|
||||||
ErrorLBL.Visible = true;
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
Session["LeafChartData"] = pisOut;
|
|
||||||
var aCopy = (CurveDataList) Session["LeafChartData"];
|
|
||||||
|
|
||||||
// The data was successfully read from the file. We must now
|
|
||||||
// display the curveIDs from the file and prompt the user to pick
|
|
||||||
// one of them for charting.
|
|
||||||
|
|
||||||
var curveDT = new DataTable();
|
|
||||||
curveDT.Columns.Add(new DataColumn("curveID"));
|
|
||||||
|
|
||||||
var curveData = pisOut.CurveData;
|
|
||||||
for (var i = 0; i < curveData.Count; i++)
|
|
||||||
{
|
|
||||||
var aCurve = curveData[i];
|
|
||||||
var dr = curveDT.NewRow();
|
|
||||||
dr["curveID"] = aCurve.CurveId;
|
|
||||||
curveDT.Rows.Add(dr);
|
|
||||||
}
|
|
||||||
|
|
||||||
//CurveDDL.DataSource = curveDT;
|
|
||||||
//CurveDDL.DataTextField = "curveID";
|
|
||||||
//CurveDDL.DataValueField = "curveID";
|
|
||||||
//CurveDDL.DataBind();
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// cntrlcomparison
|
|
||||||
public void ProduceCharts(CurveDataList pisOut)
|
|
||||||
{
|
|
||||||
// If the session has timed out, use the selected index from the GridView
|
|
||||||
// to determine which job to chart.
|
|
||||||
|
|
||||||
// if (aFile.Name.Contains("cntrlcomparison"))
|
|
||||||
// {
|
|
||||||
// var sr = new StreamReader(aFile.OpenBinaryStream());
|
|
||||||
// var errorMessage = "";
|
|
||||||
// ReadFile(sr, ref errorMessage);
|
|
||||||
// sr.Close();
|
|
||||||
// break;
|
|
||||||
// }
|
|
||||||
|
|
||||||
var curveData = pisOut.CurveData;
|
|
||||||
var curve = curveData[1];
|
|
||||||
|
|
||||||
var curveId = curve.CurveId;
|
|
||||||
CurveSeries(curveId, curve.FixedCndFixedCmp, ChartChloro1, ChartInter1, "Internal conductance fixed, compensation point and M-M constants fixed");
|
|
||||||
CurveSeries(curveId, curve.FixedCndEstimatedCmp, ChartChloro2, ChartInter2, "Internal conductance fixed, compensation point and M-M constants estimated");
|
|
||||||
CurveSeries(curveId, curve.EstimatedCndFixedCmp, ChartChloro3, ChartInter3, "Internal conductance estimated, compensation point and M-M constants fixed");
|
|
||||||
CurveSeries(curveId, curve.EstimatedCndEstimatedCmp, ChartChloro4, ChartInter4, "Internal conductance estimated, compensation point and M-M constants estimated");
|
|
||||||
}
|
|
||||||
|
|
||||||
private static Chart GetChart()
|
|
||||||
{
|
|
||||||
var font = new Font(new FontFamily("Trebuchet MS"), 12, FontStyle.Bold);
|
|
||||||
|
|
||||||
var borderColor = Color.FromArgb(180, 26, 59, 105);
|
|
||||||
var chart = new Chart
|
|
||||||
{
|
|
||||||
BackColor = Color.Transparent,
|
|
||||||
Width = Unit.Pixel(700),
|
|
||||||
Height = Unit.Pixel(500),
|
|
||||||
BorderSkin = {SkinStyle = BorderSkinStyle.Emboss},
|
|
||||||
BorderColor = borderColor
|
|
||||||
};
|
|
||||||
|
|
||||||
chart.Legends.Add(new Legend
|
|
||||||
{
|
|
||||||
Enabled = true,
|
|
||||||
IsTextAutoFit = false,
|
|
||||||
Name = "Default",
|
|
||||||
Docking = Docking.Bottom,
|
|
||||||
BackColor = Color.Transparent,
|
|
||||||
Font = font
|
|
||||||
});
|
|
||||||
|
|
||||||
chart.ChartAreas.Add(new ChartArea
|
|
||||||
{
|
|
||||||
Name = "ChartArea1",
|
|
||||||
BorderColor = Color.FromArgb(64, 64, 64, 64),
|
|
||||||
BorderDashStyle = ChartDashStyle.Solid,
|
|
||||||
BackSecondaryColor = Color.White,
|
|
||||||
BackColor = Color.OldLace,
|
|
||||||
ShadowColor = Color.Transparent,
|
|
||||||
BackGradientStyle = GradientStyle.TopBottom,
|
|
||||||
Area3DStyle = new ChartArea3DStyle
|
|
||||||
{
|
|
||||||
Rotation = 25,
|
|
||||||
Perspective = 9,
|
|
||||||
LightStyle = LightStyle.Realistic,
|
|
||||||
Inclination = 40,
|
|
||||||
IsRightAngleAxes = false,
|
|
||||||
WallWidth = 3,
|
|
||||||
IsClustered = false
|
|
||||||
},
|
|
||||||
AxisY = new Axis
|
|
||||||
{
|
|
||||||
LineColor = Color.FromArgb(64, 64, 64, 64),
|
|
||||||
Title = "Net assimilation rate (umol/m2/s)",
|
|
||||||
LabelStyle = {Font = font},
|
|
||||||
MajorGrid = new Grid {LineColor = Color.FromArgb(64, 64, 64, 64)}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
var rubiscoLimited = new Series
|
|
||||||
{
|
|
||||||
MarkerSize = 8,
|
|
||||||
BorderWidth = 3,
|
|
||||||
XValueType = ChartValueType.Double,
|
|
||||||
Name = "Rubisco-limited",
|
|
||||||
ChartType = SeriesChartType.Point,
|
|
||||||
MarkerStyle = MarkerStyle.Diamond,
|
|
||||||
ShadowColor = Color.Black,
|
|
||||||
BorderColor = borderColor,
|
|
||||||
Color = Color.Red,
|
|
||||||
ShadowOffset = 0,
|
|
||||||
YValueType = ChartValueType.Double
|
|
||||||
};
|
|
||||||
var rubpRegenerationLimited = new Series
|
|
||||||
{
|
|
||||||
MarkerSize = 9,
|
|
||||||
BorderWidth = 3,
|
|
||||||
XValueType = ChartValueType.Double,
|
|
||||||
Name = "RuBP regeneration-limited",
|
|
||||||
ChartType = SeriesChartType.Point,
|
|
||||||
MarkerStyle = MarkerStyle.Circle,
|
|
||||||
ShadowColor = Color.Black,
|
|
||||||
BorderColor = borderColor,
|
|
||||||
Color = Color.Blue,
|
|
||||||
ShadowOffset = 0,
|
|
||||||
YValueType = ChartValueType.Double
|
|
||||||
};
|
|
||||||
var acCurve = new Series
|
|
||||||
{
|
|
||||||
MarkerSize = 2,
|
|
||||||
BorderWidth = 1,
|
|
||||||
XValueType = ChartValueType.Double,
|
|
||||||
Name = "acCurve",
|
|
||||||
ChartType = SeriesChartType.Line,
|
|
||||||
MarkerStyle = MarkerStyle.None,
|
|
||||||
ShadowColor = Color.Black,
|
|
||||||
BorderColor = borderColor,
|
|
||||||
Color = Color.Red,
|
|
||||||
ShadowOffset = 0,
|
|
||||||
YValueType = ChartValueType.Double,
|
|
||||||
IsVisibleInLegend = false
|
|
||||||
};
|
|
||||||
var ajCurve = new Series
|
|
||||||
{
|
|
||||||
MarkerSize = 2,
|
|
||||||
BorderWidth = 1,
|
|
||||||
XValueType = ChartValueType.Double,
|
|
||||||
Name = "ajCurve",
|
|
||||||
ChartType = SeriesChartType.Line,
|
|
||||||
MarkerStyle = MarkerStyle.None,
|
|
||||||
ShadowColor = Color.Black,
|
|
||||||
BorderColor = borderColor,
|
|
||||||
Color = Color.Blue,
|
|
||||||
ShadowOffset = 0,
|
|
||||||
YValueType = ChartValueType.Double,
|
|
||||||
IsVisibleInLegend = false
|
|
||||||
};
|
|
||||||
var atCurve = new Series
|
|
||||||
{
|
|
||||||
MarkerSize = 2,
|
|
||||||
BorderWidth = 1,
|
|
||||||
XValueType = ChartValueType.Double,
|
|
||||||
Name = "atCurve",
|
|
||||||
ChartType = SeriesChartType.Line,
|
|
||||||
MarkerStyle = MarkerStyle.None,
|
|
||||||
ShadowColor = Color.Black,
|
|
||||||
BorderColor = borderColor,
|
|
||||||
Color = Color.Orange,
|
|
||||||
ShadowOffset = 0,
|
|
||||||
YValueType = ChartValueType.Double,
|
|
||||||
IsVisibleInLegend = false
|
|
||||||
};
|
|
||||||
|
|
||||||
return chart;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static void CurveSeries(string curveId, CurveParamSet paramSet, Chart chloroChart, Chart interChart, string chartTitle)
|
|
||||||
{
|
|
||||||
var anetMeasChloro1 = paramSet.AnetMeasChloro1Data;
|
|
||||||
var anetMeasChloro2 = paramSet.AnetMeasChloro2Data;
|
|
||||||
var anetMeasChloro3 = paramSet.AnetMeasChloro3Data;
|
|
||||||
|
|
||||||
// Set the points for the symbol series for paramater set 1, chloroplastic
|
|
||||||
setAnetMeasPoints(anetMeasChloro1, chloroChart.Series["Rubisco-limited"]);
|
|
||||||
setAnetMeasPoints(anetMeasChloro2, chloroChart.Series["RuBP regeneration-limited"]);
|
|
||||||
|
|
||||||
var tpuSeries = newTPUSeries(anetMeasChloro3);
|
|
||||||
setAnetMeasPoints(anetMeasChloro3, tpuSeries);
|
|
||||||
chloroChart.Series.Add(tpuSeries);
|
|
||||||
|
|
||||||
var anetMeasInter1 = paramSet.AnetMeasInter1Data;
|
|
||||||
var anetMeasInter2 = paramSet.AnetMeasInter2Data;
|
|
||||||
var anetMeasInter3 = paramSet.AnetMeasInter3Data;
|
|
||||||
|
|
||||||
// Set the points for the symbol series for paramater set 1, intercellular
|
|
||||||
setAnetMeasPoints(anetMeasInter1, interChart.Series["Rubisco-limited"]);
|
|
||||||
setAnetMeasPoints(anetMeasInter2, interChart.Series["RuBP regeneration-limited"]);
|
|
||||||
|
|
||||||
tpuSeries = newTPUSeries(anetMeasInter3);
|
|
||||||
setAnetMeasPoints(anetMeasInter3, tpuSeries);
|
|
||||||
interChart.Series.Add(tpuSeries);
|
|
||||||
|
|
||||||
var acChloroList = paramSet.AcChloroData;
|
|
||||||
var ajChloroList = paramSet.AjChloroData;
|
|
||||||
var atChloroList = paramSet.AtChloroData;
|
|
||||||
|
|
||||||
// Set the points on the asymptote curve for parameter set 1, chloroplast
|
|
||||||
setAsymptotePoints(acChloroList, chloroChart.Series["acCurve"]);
|
|
||||||
setAsymptotePoints(ajChloroList, chloroChart.Series["ajCurve"]);
|
|
||||||
setAsymptotePoints(atChloroList, chloroChart.Series["atCurve"]);
|
|
||||||
|
|
||||||
var acInterList = paramSet.AcInterData;
|
|
||||||
var ajInterList = paramSet.AjInterData;
|
|
||||||
var atInterList = paramSet.AtInterData;
|
|
||||||
|
|
||||||
// Set the points on the asymptote curve for parameter set 1, intercellular
|
|
||||||
setAsymptotePoints(acInterList, interChart.Series["acCurve"]);
|
|
||||||
setAsymptotePoints(ajInterList, interChart.Series["ajCurve"]);
|
|
||||||
setAsymptotePoints(atInterList, interChart.Series["atCurve"]);
|
|
||||||
|
|
||||||
var axisFont = new Font("Times New Roman", 12, FontStyle.Bold);
|
|
||||||
var titleFont = new Font("Times New Roman", 12, FontStyle.Bold);
|
|
||||||
|
|
||||||
var title = new Title("LeafWeb curveID = " + curveId +
|
|
||||||
"\n" + chartTitle) {Font = titleFont};
|
|
||||||
chloroChart.Titles.Add(title);
|
|
||||||
interChart.Titles.Add(title);
|
|
||||||
|
|
||||||
chloroChart.ChartAreas["ChartArea1"].AxisX.TitleFont = axisFont;
|
|
||||||
chloroChart.ChartAreas["ChartArea1"].AxisY.TitleFont = axisFont;
|
|
||||||
|
|
||||||
interChart.ChartAreas["ChartArea1"].AxisX.TitleFont = axisFont;
|
|
||||||
interChart.ChartAreas["ChartArea1"].AxisY.TitleFont = axisFont;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static Series newTPUSeries(IReadOnlyCollection<XyPoint> data)
|
|
||||||
{
|
|
||||||
var seriesName = "TPU-limited";
|
|
||||||
if (data.Count == 0)
|
|
||||||
seriesName = "Curve Asymptote";
|
|
||||||
var series3 = new Series(seriesName)
|
|
||||||
{
|
|
||||||
MarkerSize = 9,
|
|
||||||
BorderWidth = 3,
|
|
||||||
XValueType = ChartValueType.Double,
|
|
||||||
ChartType = SeriesChartType.Point,
|
|
||||||
MarkerStyle = MarkerStyle.Square,
|
|
||||||
ShadowColor = Color.Black,
|
|
||||||
BorderColor = Color.Black,
|
|
||||||
Color = Color.Orange,
|
|
||||||
ShadowOffset = 0,
|
|
||||||
YValueType = ChartValueType.Double
|
|
||||||
};
|
|
||||||
|
|
||||||
return series3;
|
|
||||||
}
|
|
||||||
|
|
||||||
private static void setAnetMeasPoints(List<XyPoint> data, Series series)
|
|
||||||
{
|
|
||||||
// Set the points for the series from the ArrayList
|
|
||||||
foreach (var xy in data)
|
|
||||||
{
|
|
||||||
series.Points.AddXY(xy.X, xy.Y);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
private static void setAsymptotePoints(List<XyPoint> data, Series series)
|
|
||||||
{
|
|
||||||
// Set the points for the series from the ArrayList
|
|
||||||
foreach (var xy in data)
|
|
||||||
{
|
|
||||||
if ((xy.X != -9999) && (xy.Y != -9999))
|
|
||||||
{
|
|
||||||
series.Points.AddXY(xy.X, xy.Y);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-105
@@ -1,105 +0,0 @@
|
|||||||
//------------------------------------------------------------------------------
|
|
||||||
// <auto-generated>
|
|
||||||
// This code was generated by a tool.
|
|
||||||
//
|
|
||||||
// Changes to this file may cause incorrect behavior and will be lost if
|
|
||||||
// the code is regenerated.
|
|
||||||
// </auto-generated>
|
|
||||||
//------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
namespace LeafWeb.Web.Charter {
|
|
||||||
|
|
||||||
|
|
||||||
public partial class LeafWebCharter {
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// ErrorLBL control.
|
|
||||||
/// </summary>
|
|
||||||
/// <remarks>
|
|
||||||
/// Auto-generated field.
|
|
||||||
/// To modify move field declaration from designer file to code-behind file.
|
|
||||||
/// </remarks>
|
|
||||||
protected global::System.Web.UI.WebControls.Label ErrorLBL;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// ChartPNL control.
|
|
||||||
/// </summary>
|
|
||||||
/// <remarks>
|
|
||||||
/// Auto-generated field.
|
|
||||||
/// To modify move field declaration from designer file to code-behind file.
|
|
||||||
/// </remarks>
|
|
||||||
protected global::System.Web.UI.WebControls.Panel ChartPNL;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// ChartChloro1 control.
|
|
||||||
/// </summary>
|
|
||||||
/// <remarks>
|
|
||||||
/// Auto-generated field.
|
|
||||||
/// To modify move field declaration from designer file to code-behind file.
|
|
||||||
/// </remarks>
|
|
||||||
protected global::System.Web.UI.DataVisualization.Charting.Chart ChartChloro1;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// ChartChloro2 control.
|
|
||||||
/// </summary>
|
|
||||||
/// <remarks>
|
|
||||||
/// Auto-generated field.
|
|
||||||
/// To modify move field declaration from designer file to code-behind file.
|
|
||||||
/// </remarks>
|
|
||||||
protected global::System.Web.UI.DataVisualization.Charting.Chart ChartChloro2;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// ChartChloro3 control.
|
|
||||||
/// </summary>
|
|
||||||
/// <remarks>
|
|
||||||
/// Auto-generated field.
|
|
||||||
/// To modify move field declaration from designer file to code-behind file.
|
|
||||||
/// </remarks>
|
|
||||||
protected global::System.Web.UI.DataVisualization.Charting.Chart ChartChloro3;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// ChartChloro4 control.
|
|
||||||
/// </summary>
|
|
||||||
/// <remarks>
|
|
||||||
/// Auto-generated field.
|
|
||||||
/// To modify move field declaration from designer file to code-behind file.
|
|
||||||
/// </remarks>
|
|
||||||
protected global::System.Web.UI.DataVisualization.Charting.Chart ChartChloro4;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// ChartInter1 control.
|
|
||||||
/// </summary>
|
|
||||||
/// <remarks>
|
|
||||||
/// Auto-generated field.
|
|
||||||
/// To modify move field declaration from designer file to code-behind file.
|
|
||||||
/// </remarks>
|
|
||||||
protected global::System.Web.UI.DataVisualization.Charting.Chart ChartInter1;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// ChartInter2 control.
|
|
||||||
/// </summary>
|
|
||||||
/// <remarks>
|
|
||||||
/// Auto-generated field.
|
|
||||||
/// To modify move field declaration from designer file to code-behind file.
|
|
||||||
/// </remarks>
|
|
||||||
protected global::System.Web.UI.DataVisualization.Charting.Chart ChartInter2;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// ChartInter3 control.
|
|
||||||
/// </summary>
|
|
||||||
/// <remarks>
|
|
||||||
/// Auto-generated field.
|
|
||||||
/// To modify move field declaration from designer file to code-behind file.
|
|
||||||
/// </remarks>
|
|
||||||
protected global::System.Web.UI.DataVisualization.Charting.Chart ChartInter3;
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// ChartInter4 control.
|
|
||||||
/// </summary>
|
|
||||||
/// <remarks>
|
|
||||||
/// Auto-generated field.
|
|
||||||
/// To modify move field declaration from designer file to code-behind file.
|
|
||||||
/// </remarks>
|
|
||||||
protected global::System.Web.UI.DataVisualization.Charting.Chart ChartInter4;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,285 @@
|
|||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Drawing;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Web.UI.DataVisualization.Charting;
|
||||||
|
using System.Web.UI.WebControls;
|
||||||
|
using LeafWeb.Core.Charter;
|
||||||
|
|
||||||
|
namespace LeafWeb.Web.Charter
|
||||||
|
{
|
||||||
|
public static class LeafWebCharter
|
||||||
|
{
|
||||||
|
// cntrlcomparison
|
||||||
|
public static IEnumerable<Chart> ProduceCharts(List<CurveData> curveData)
|
||||||
|
{
|
||||||
|
var curve = curveData[1]; // TODO: why is only the [1] used?
|
||||||
|
|
||||||
|
var curveId = curve.CurveId;
|
||||||
|
|
||||||
|
var fcfc = CurveSeries(curveId, curve.FixedCndFixedCmp,
|
||||||
|
"Internal conductance fixed, compensation point and M-M constants fixed");
|
||||||
|
var fcec = CurveSeries(curveId, curve.FixedCndEstimatedCmp,
|
||||||
|
"Internal conductance fixed, compensation point and M-M constants estimated");
|
||||||
|
var ecfc = CurveSeries(curveId, curve.EstimatedCndFixedCmp,
|
||||||
|
"Internal conductance estimated, compensation point and M-M constants fixed");
|
||||||
|
var ecec = CurveSeries(curveId, curve.EstimatedCndEstimatedCmp,
|
||||||
|
"Internal conductance estimated, compensation point and M-M constants estimated");
|
||||||
|
|
||||||
|
return new[] {fcfc, fcec, ecfc, ecec}.SelectMany(c => c);
|
||||||
|
}
|
||||||
|
|
||||||
|
private static IEnumerable<Chart> CurveSeries(string curveId, CurveParamSet paramSet, string chartTitle)
|
||||||
|
{
|
||||||
|
var chloroChart = GetChart("Chloroplastic CO2 partial pressure (Pa)");
|
||||||
|
var interChart = GetChart("Intercellular CO2 partial pressure (Pa)");
|
||||||
|
|
||||||
|
var anetMeasChloro1 = paramSet.AnetMeasChloro1Data;
|
||||||
|
var anetMeasChloro2 = paramSet.AnetMeasChloro2Data;
|
||||||
|
var anetMeasChloro3 = paramSet.AnetMeasChloro3Data;
|
||||||
|
|
||||||
|
// Set the points for the symbol series for paramater set 1, chloroplastic
|
||||||
|
SetAnetMeasPoints(anetMeasChloro1, chloroChart.Series["Rubisco-limited"]);
|
||||||
|
SetAnetMeasPoints(anetMeasChloro2, chloroChart.Series["RuBP regeneration-limited"]);
|
||||||
|
|
||||||
|
var tpuSeries = NewTpuSeries(anetMeasChloro3);
|
||||||
|
SetAnetMeasPoints(anetMeasChloro3, tpuSeries);
|
||||||
|
chloroChart.Series.Add(tpuSeries);
|
||||||
|
|
||||||
|
var anetMeasInter1 = paramSet.AnetMeasInter1Data;
|
||||||
|
var anetMeasInter2 = paramSet.AnetMeasInter2Data;
|
||||||
|
var anetMeasInter3 = paramSet.AnetMeasInter3Data;
|
||||||
|
|
||||||
|
// Set the points for the symbol series for paramater set 1, intercellular
|
||||||
|
SetAnetMeasPoints(anetMeasInter1, interChart.Series["Rubisco-limited"]);
|
||||||
|
SetAnetMeasPoints(anetMeasInter2, interChart.Series["RuBP regeneration-limited"]);
|
||||||
|
|
||||||
|
tpuSeries = NewTpuSeries(anetMeasInter3);
|
||||||
|
SetAnetMeasPoints(anetMeasInter3, tpuSeries);
|
||||||
|
interChart.Series.Add(tpuSeries);
|
||||||
|
|
||||||
|
var acChloroList = paramSet.AcChloroData;
|
||||||
|
var ajChloroList = paramSet.AjChloroData;
|
||||||
|
var atChloroList = paramSet.AtChloroData;
|
||||||
|
|
||||||
|
// Set the points on the asymptote curve for parameter set 1, chloroplast
|
||||||
|
SetAsymptotePoints(acChloroList, chloroChart.Series["acCurve"]);
|
||||||
|
SetAsymptotePoints(ajChloroList, chloroChart.Series["ajCurve"]);
|
||||||
|
SetAsymptotePoints(atChloroList, chloroChart.Series["atCurve"]);
|
||||||
|
|
||||||
|
var acInterList = paramSet.AcInterData;
|
||||||
|
var ajInterList = paramSet.AjInterData;
|
||||||
|
var atInterList = paramSet.AtInterData;
|
||||||
|
|
||||||
|
// Set the points on the asymptote curve for parameter set 1, intercellular
|
||||||
|
SetAsymptotePoints(acInterList, interChart.Series["acCurve"]);
|
||||||
|
SetAsymptotePoints(ajInterList, interChart.Series["ajCurve"]);
|
||||||
|
SetAsymptotePoints(atInterList, interChart.Series["atCurve"]);
|
||||||
|
|
||||||
|
var axisFont = new Font("Times New Roman", 12, FontStyle.Bold);
|
||||||
|
var titleFont = new Font("Times New Roman", 12, FontStyle.Bold);
|
||||||
|
|
||||||
|
var title = new Title("LeafWeb curveID = " + curveId +
|
||||||
|
"\n" + chartTitle)
|
||||||
|
{Font = titleFont};
|
||||||
|
chloroChart.Titles.Add(title);
|
||||||
|
interChart.Titles.Add(title);
|
||||||
|
|
||||||
|
chloroChart.ChartAreas["ChartArea1"].AxisX.TitleFont = axisFont;
|
||||||
|
chloroChart.ChartAreas["ChartArea1"].AxisY.TitleFont = axisFont;
|
||||||
|
|
||||||
|
interChart.ChartAreas["ChartArea1"].AxisX.TitleFont = axisFont;
|
||||||
|
interChart.ChartAreas["ChartArea1"].AxisY.TitleFont = axisFont;
|
||||||
|
yield return chloroChart;
|
||||||
|
yield return interChart;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static Series NewTpuSeries(IReadOnlyCollection<XyPoint> data)
|
||||||
|
{
|
||||||
|
var seriesName = "TPU-limited";
|
||||||
|
if (data.Count == 0)
|
||||||
|
seriesName = "Curve Asymptote";
|
||||||
|
var series3 = new Series(seriesName)
|
||||||
|
{
|
||||||
|
MarkerSize = 9,
|
||||||
|
BorderWidth = 3,
|
||||||
|
XValueType = ChartValueType.Double,
|
||||||
|
ChartType = SeriesChartType.Point,
|
||||||
|
MarkerStyle = MarkerStyle.Square,
|
||||||
|
ShadowColor = Color.Black,
|
||||||
|
BorderColor = Color.Black,
|
||||||
|
Color = Color.Orange,
|
||||||
|
ShadowOffset = 0,
|
||||||
|
YValueType = ChartValueType.Double
|
||||||
|
};
|
||||||
|
|
||||||
|
return series3;
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void SetAnetMeasPoints(List<XyPoint> data, Series series)
|
||||||
|
{
|
||||||
|
// Set the points for the series from the ArrayList
|
||||||
|
foreach (var xy in data)
|
||||||
|
{
|
||||||
|
series.Points.AddXY(xy.X, xy.Y);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static void SetAsymptotePoints(List<XyPoint> data, Series series)
|
||||||
|
{
|
||||||
|
// Set the points for the series from the ArrayList
|
||||||
|
foreach (var xy in data)
|
||||||
|
{
|
||||||
|
if ((xy.X != -9999) && (xy.Y != -9999))
|
||||||
|
{
|
||||||
|
series.Points.AddXY(xy.X, xy.Y);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private static Chart GetChart(string axisXTitle, int width=700, int height=500)
|
||||||
|
{
|
||||||
|
var font = new Font(new FontFamily("Trebuchet MS"), 12, FontStyle.Bold);
|
||||||
|
|
||||||
|
var borderColor = Color.FromArgb(180, 26, 59, 105);
|
||||||
|
var chart = new Chart
|
||||||
|
{
|
||||||
|
BackColor = Color.White,
|
||||||
|
Width = Unit.Pixel(width),
|
||||||
|
Height = Unit.Pixel(height),
|
||||||
|
BorderSkin = {SkinStyle = BorderSkinStyle.Emboss},
|
||||||
|
BorderColor = borderColor
|
||||||
|
};
|
||||||
|
|
||||||
|
chart.Legends.Add(new Legend
|
||||||
|
{
|
||||||
|
Enabled = true,
|
||||||
|
IsTextAutoFit = false,
|
||||||
|
Name = "Default",
|
||||||
|
Docking = Docking.Bottom,
|
||||||
|
BackColor = Color.Transparent,
|
||||||
|
Font = font
|
||||||
|
});
|
||||||
|
|
||||||
|
chart.ChartAreas.Add(new ChartArea
|
||||||
|
{
|
||||||
|
Name = "ChartArea1",
|
||||||
|
BorderColor = Color.FromArgb(64, 64, 64, 64),
|
||||||
|
BorderDashStyle = ChartDashStyle.Solid,
|
||||||
|
BackSecondaryColor = Color.White,
|
||||||
|
BackColor = Color.OldLace,
|
||||||
|
ShadowColor = Color.Transparent,
|
||||||
|
BackGradientStyle = GradientStyle.TopBottom,
|
||||||
|
Area3DStyle = new ChartArea3DStyle
|
||||||
|
{
|
||||||
|
Rotation = 25,
|
||||||
|
Perspective = 9,
|
||||||
|
LightStyle = LightStyle.Realistic,
|
||||||
|
Inclination = 40,
|
||||||
|
IsRightAngleAxes = false,
|
||||||
|
WallWidth = 3,
|
||||||
|
IsClustered = false
|
||||||
|
},
|
||||||
|
AxisY = new Axis
|
||||||
|
{
|
||||||
|
LineColor = Color.FromArgb(64, 64, 64, 64),
|
||||||
|
Title = "Net assimilation rate (umol/m2/s)",
|
||||||
|
LabelStyle = {Font = font},
|
||||||
|
MajorGrid = new Grid {LineColor = Color.FromArgb(64, 64, 64, 64)}
|
||||||
|
},
|
||||||
|
AxisX = new Axis
|
||||||
|
{
|
||||||
|
LineColor = Color.FromArgb(64, 64, 64, 64),
|
||||||
|
Minimum = 0,
|
||||||
|
Title = axisXTitle,
|
||||||
|
LabelStyle = {Font = font},
|
||||||
|
MajorGrid = new Grid {LineColor = Color.FromArgb(64, 64, 64, 64)}
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
|
var rubiscoLimited = new Series
|
||||||
|
{
|
||||||
|
MarkerSize = 8,
|
||||||
|
BorderWidth = 3,
|
||||||
|
XValueType = ChartValueType.Double,
|
||||||
|
Name = "Rubisco-limited",
|
||||||
|
ChartType = SeriesChartType.Point,
|
||||||
|
MarkerStyle = MarkerStyle.Diamond,
|
||||||
|
ShadowColor = Color.Black,
|
||||||
|
BorderColor = borderColor,
|
||||||
|
Color = Color.Red,
|
||||||
|
ShadowOffset = 0,
|
||||||
|
YValueType = ChartValueType.Double
|
||||||
|
};
|
||||||
|
chart.Series.Add(rubiscoLimited);
|
||||||
|
|
||||||
|
var rubpRegenerationLimited = new Series
|
||||||
|
{
|
||||||
|
MarkerSize = 9,
|
||||||
|
BorderWidth = 3,
|
||||||
|
XValueType = ChartValueType.Double,
|
||||||
|
Name = "RuBP regeneration-limited",
|
||||||
|
ChartType = SeriesChartType.Point,
|
||||||
|
MarkerStyle = MarkerStyle.Circle,
|
||||||
|
ShadowColor = Color.Black,
|
||||||
|
BorderColor = borderColor,
|
||||||
|
Color = Color.Blue,
|
||||||
|
ShadowOffset = 0,
|
||||||
|
YValueType = ChartValueType.Double
|
||||||
|
};
|
||||||
|
chart.Series.Add(rubpRegenerationLimited);
|
||||||
|
|
||||||
|
var acCurve = new Series
|
||||||
|
{
|
||||||
|
MarkerSize = 2,
|
||||||
|
BorderWidth = 1,
|
||||||
|
XValueType = ChartValueType.Double,
|
||||||
|
Name = "acCurve",
|
||||||
|
ChartType = SeriesChartType.Line,
|
||||||
|
MarkerStyle = MarkerStyle.None,
|
||||||
|
ShadowColor = Color.Black,
|
||||||
|
BorderColor = borderColor,
|
||||||
|
Color = Color.Red,
|
||||||
|
ShadowOffset = 0,
|
||||||
|
YValueType = ChartValueType.Double,
|
||||||
|
IsVisibleInLegend = false
|
||||||
|
};
|
||||||
|
chart.Series.Add(acCurve);
|
||||||
|
|
||||||
|
var ajCurve = new Series
|
||||||
|
{
|
||||||
|
MarkerSize = 2,
|
||||||
|
BorderWidth = 1,
|
||||||
|
XValueType = ChartValueType.Double,
|
||||||
|
Name = "ajCurve",
|
||||||
|
ChartType = SeriesChartType.Line,
|
||||||
|
MarkerStyle = MarkerStyle.None,
|
||||||
|
ShadowColor = Color.Black,
|
||||||
|
BorderColor = borderColor,
|
||||||
|
Color = Color.Blue,
|
||||||
|
ShadowOffset = 0,
|
||||||
|
YValueType = ChartValueType.Double,
|
||||||
|
IsVisibleInLegend = false
|
||||||
|
};
|
||||||
|
chart.Series.Add(ajCurve);
|
||||||
|
|
||||||
|
var atCurve = new Series
|
||||||
|
{
|
||||||
|
MarkerSize = 2,
|
||||||
|
BorderWidth = 1,
|
||||||
|
XValueType = ChartValueType.Double,
|
||||||
|
Name = "atCurve",
|
||||||
|
ChartType = SeriesChartType.Line,
|
||||||
|
MarkerStyle = MarkerStyle.None,
|
||||||
|
ShadowColor = Color.Black,
|
||||||
|
BorderColor = borderColor,
|
||||||
|
Color = Color.Orange,
|
||||||
|
ShadowOffset = 0,
|
||||||
|
YValueType = ChartValueType.Double,
|
||||||
|
IsVisibleInLegend = false
|
||||||
|
};
|
||||||
|
chart.Series.Add(atCurve);
|
||||||
|
|
||||||
|
return chart;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -7,6 +7,8 @@ using System.Web;
|
|||||||
using System.Web.Mvc;
|
using System.Web.Mvc;
|
||||||
using System.Web.UI.DataVisualization.Charting;
|
using System.Web.UI.DataVisualization.Charting;
|
||||||
using System.Web.UI.WebControls;
|
using System.Web.UI.WebControls;
|
||||||
|
using LeafWeb.Core.Charter;
|
||||||
|
using LeafWeb.Web.Charter;
|
||||||
|
|
||||||
namespace LeafWeb.Web.Controllers
|
namespace LeafWeb.Web.Controllers
|
||||||
{
|
{
|
||||||
@@ -17,6 +19,25 @@ namespace LeafWeb.Web.Controllers
|
|||||||
return View();
|
return View();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ActionResult LeafCharts(int number)
|
||||||
|
{
|
||||||
|
var fileInfo = new FileInfo(@"C:\Users\poprhythm\Documents\code\LeafWeb\Core.Tests\Parsers\LeafOutputData\cntrlcomparison_Wild Capsicum.csv");
|
||||||
|
var curveDataList = new CurveDataList();
|
||||||
|
using (var reader = fileInfo.OpenText())
|
||||||
|
{
|
||||||
|
curveDataList.ReadFromStream(reader);
|
||||||
|
}
|
||||||
|
var charts = LeafWebCharter.ProduceCharts(curveDataList.CurveData);
|
||||||
|
|
||||||
|
using (var ms = new MemoryStream())
|
||||||
|
{
|
||||||
|
charts.Skip(number).First().SaveImage(ms, ChartImageFormat.Png);
|
||||||
|
ms.Seek(0, SeekOrigin.Begin);
|
||||||
|
|
||||||
|
return File(ms.ToArray(), "image/png", "mychart.png");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public ActionResult ChartSample()
|
public ActionResult ChartSample()
|
||||||
{
|
{
|
||||||
var chart = new Chart
|
var chart = new Chart
|
||||||
|
|||||||
@@ -1 +1,8 @@
|
|||||||
<img src="@Url.Action("ChartSample")" alt="image" />
|
<img src="@Url.Action("LeafCharts", new {number=0})" alt="image" />
|
||||||
|
<img src="@Url.Action("LeafCharts", new {number=1})" alt="image" />
|
||||||
|
<img src="@Url.Action("LeafCharts", new {number=2})" alt="image" />
|
||||||
|
<img src="@Url.Action("LeafCharts", new {number=3})" alt="image" />
|
||||||
|
<img src="@Url.Action("LeafCharts", new {number=4})" alt="image" />
|
||||||
|
<img src="@Url.Action("LeafCharts", new {number=5})" alt="image" />
|
||||||
|
<img src="@Url.Action("LeafCharts", new {number=6})" alt="image" />
|
||||||
|
<img src="@Url.Action("LeafCharts", new {number=7})" alt="image" />
|
||||||
+1
-8
@@ -106,7 +106,6 @@
|
|||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Content Include="Charter\LeafWebCharter.ascx" />
|
|
||||||
<Content Include="Content\bootstrap-theme.css" />
|
<Content Include="Content\bootstrap-theme.css" />
|
||||||
<Content Include="Content\bootstrap-theme.min.css" />
|
<Content Include="Content\bootstrap-theme.min.css" />
|
||||||
<Content Include="Content\bootstrap.css" />
|
<Content Include="Content\bootstrap.css" />
|
||||||
@@ -143,13 +142,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="App_Start\BundleConfig.cs" />
|
<Compile Include="App_Start\BundleConfig.cs" />
|
||||||
<Compile Include="App_Start\RouteConfig.cs" />
|
<Compile Include="App_Start\RouteConfig.cs" />
|
||||||
<Compile Include="Charter\LeafWebCharter.ascx.cs">
|
<Compile Include="Charter\LeafWebCharter.cs" />
|
||||||
<DependentUpon>LeafWebCharter.ascx</DependentUpon>
|
|
||||||
<SubType>ASPXCodeBehind</SubType>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Charter\LeafWebCharter.ascx.designer.cs">
|
|
||||||
<DependentUpon>LeafWebCharter.ascx</DependentUpon>
|
|
||||||
</Compile>
|
|
||||||
<Compile Include="Controllers\LeafCharterController.cs" />
|
<Compile Include="Controllers\LeafCharterController.cs" />
|
||||||
<Compile Include="Controllers\PagesController.cs" />
|
<Compile Include="Controllers\PagesController.cs" />
|
||||||
<Compile Include="Global.asax.cs">
|
<Compile Include="Global.asax.cs">
|
||||||
|
|||||||
Reference in New Issue
Block a user