Posts

Showing posts with the label How to create chart & graph

How to create chart & graph in Asp.Net

Image
-----------.aspx page------------------------------------------- <div style="width: 900px;">             <asp:Chart ID="chartDaywiseUtilization" runat="server" Width="900px" Height="250px" BorderlineWidth="2" Palette="None" PaletteCustomColors="192, 64, 0"                 BorderDashStyle="Solid"                 BackSecondaryColor="White" BackGradientStyle="TopBottom" BorderWidth="2px" BackColor="211, 223, 240"                 BorderColor="#1A3B69">                 <Titles>                     <asp:Title ShadowOffs...