/
ivan
/
ModMas
Обзор
Документация
Войти
/
ivan
/
ModMas
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ModuleMaster/usercontrols/graphaspnet.ascx
49 строк
3 KB
i.krivokon
Initial commit
13 мар 2026, 13:49
13 мар 2026, 13:49
00d9fb6
Код
Авторство
О чём код?
<%@ Control Language="VB" AutoEventWireup="false" CodeFile="graphaspnet.ascx.vb" Inherits="UserControls_graphaspnet" %> <asp:Chart ID="Chart1" runat="server" BackColor="192, 255, 192" ImageType="Png" ImageLocation="~/TempImages/ChartPic_#SEQ(30000,10080)" Width="412px" Height="296px" BorderDashStyle="Solid" BackGradientStyle="TopBottom" BorderWidth="2" BorderColor="181, 64, 1" BackImageTransparentColor="White" BorderlineColor="Transparent" ImageStorageMode="UseImageLocation"> <Legends> <asp:Legend Enabled="False" IsTextAutoFit="False" Name="Default" BackColor="Transparent" Font="Trebuchet MS, 8.25pt, style=Bold"> </asp:Legend> </Legends> <Titles> <asp:Title Name="Title1" Text="" Font="Microsoft Sans Serif; 10pt;"> </asp:Title> </Titles> <%--<BorderSkin SkinStyle="Emboss" BorderColor="Transparent" PageColor="Transparent"></BorderSkin>--%> <BorderSkin SkinStyle="Emboss" BorderColor="Transparent" PageColor="Transparent"></BorderSkin> <Series> <asp:Series MarkerSize="8" BorderWidth="3" XValueType="Double" Name="Series1" ChartType="Line" MarkerStyle="Circle" ShadowColor="Black" BorderColor="180, 26, 59, 105" Color="220, 65, 140, 240" ShadowOffset="2" YValueType="Double" > </asp:Series> <asp:Series MarkerSize="9" BorderWidth="3" XValueType="Double" Name="Series2" ChartType="Line" MarkerStyle="Diamond" ShadowColor="Black" BorderColor="180, 26, 59, 105" Color="220, 224, 64, 10" ShadowOffset="2" YValueType="Double" IsValueShownAsLabel="true"> </asp:Series> </Series> <MapAreas> <asp:MapArea Coordinates="0,0,100,100" ToolTip="View big Image" MapAreaAttributes="target="_blank"" /> </MapAreas> <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"> <LabelStyle Font="Trebuchet MS, 8.25pt, style=Bold" /> <MajorGrid LineColor="64, 64, 64, 64" /> </AxisY> <AxisX LineColor="64, 64, 64, 64"> <LabelStyle Font="Trebuchet MS, 8.25pt, style=Bold" /> <MajorGrid LineColor="64, 64, 64, 64" /> </AxisX> </asp:ChartArea> </ChartAreas> </asp:Chart>