I was creating the Waterfall chart with categories in X-Axis and Numeric values in Y-Axis but when i run the application am getting the chart viceversa how to overcome this Issue
.ASPX CODE
<div>
<asp:Chart ID="Chart1" runat="server" BackColor="Silver" Width="412px" Height="296px"
BorderlineDashStyle="Solid" Palette="Grayscale" BackGradientStyle="LeftRight" AntiAliasing="All"
BorderWidth="2" BorderColor="181, 64, 1" ImageLocation="~/TempImages/ChartPic_#SEQ(300,3)"
IsMapEnabled="true" >
<Legends>
<asp:Legend LegendStyle="Row" IsTextAutoFit="False" Docking="Bottom" Name="Default"
BackColor="Transparent" Font="Trebuchet MS, 8.25pt, style=Bold ...
Go to the complete details ...