谷歌浏览器不允许ASP.NET图表控件呈现。引发错误“网站发送无效回复”!

时间:2017-11-08 19:54:25

标签: asp.net vb.net google-chrome webchartcontrol

我正在尝试显示图表控件,它在IE中工作正常,但在Google Chrome中加载时会抛出“网站发送无效响应”错误。建议表示赞赏。请帮忙。谢谢。以下是图表代码:

 <asp:Chart ID="Chart_1" runat="server" BorderlineColor="Black" style="top: 22px; left: 7000px; position: absolute; z-index: 1; bottom: 280px; width: 320px; height: 305px;" Visible="False">
        <Titles>
    <asp:Title Font="Lucida Sans Unicode, 11pt" Name="Title1" 
        Text="Calender Days to Make Repair">
    </asp:Title>
</Titles>
        <Series>
            <asp:Series Name="Series1" ChartType="Line" Color="Black"></asp:Series>
        </Series>
                <BorderSkin SkinStyle="Emboss"></BorderSkin> 
        <ChartAreas>
            <asp:ChartArea Name="ChartArea1"  BorderColor="64, 64, 64, 64" BorderDashStyle="Solid" BackSecondaryColor="White" BackColor="lightblue" ShadowColor="Transparent" BackGradientStyle="TopBottom" Area3DStyle-Enable3D="true">
                 <AxisX LineColor="Red">
                     <LabelStyle Font="Trebuchet MS, 8.25pt, style=Bold" /> 
                 <MajorGrid LineColor="LightGray" />
                 </AxisX>

                <AxisY LineColor="Red">
                    <LabelStyle Font="Trebuchet MS, 8.25pt, style=Bold" /> 
                <MajorGrid LineColor="LightGray" />
                </AxisY>

                <Area3DStyle Rotation="30" Perspective="30" Inclination="15" IsRightAngleAxes="False" WallWidth="0" IsClustered="False" />

            </asp:ChartArea>
        </ChartAreas>
    </asp:Chart>

0 个答案:

没有答案