ASP.net Caht control.?
-
Hello friend i am using .net chart in my web application .it run perfectly till 8 item when item is over than 8 then it show all the bar but hide one alternate bar date time at x axis.it show one bar date time and hide next bar date date time.Please help me to resolved from this problem
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
-
Hello friend i am using .net chart in my web application .it run perfectly till 8 item when item is over than 8 then it show all the bar but hide one alternate bar date time at x axis.it show one bar date time and hide next bar date date time.Please help me to resolved from this problem
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
Hard to understand what you're talking about, harder still to help without knowing what control you're using and seeing some code.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
-
Hard to understand what you're talking about, harder still to help without knowing what control you're using and seeing some code.
Christian Graus Driven to the arms of OSX by Vista. "I am new to programming world. I have been learning c# for about past four weeks. I am quite acquainted with the fundamentals of c#. Now I have to work on a project which converts given flat files to XML using the XML serialization method" - SK64 ( but the forums have stuff like this posted every day )
i am using asp:chart control bind with data set it show all the bar but hide one alternate value of datetime at X axis. y-axis:->1,2,3,4,5,6,7,8,9,,,,,,,,100(values of Y Axis) y-axis:->a,-,c,-,e,-,g,-,i,,,,,,,,,Z (Date Time(28 aprl 2009) values of X Axis) ( - is indicate to hide value,) i don't know why it act like this type... (asp:Chart ID="uxchartByDay" runat="server" Width="900px") (Series) (asp:Series Name="Series1" XValueType="DateTime" ) (/asp:Series) (/Series) (ChartAreas) (asp:ChartArea Name="MainChart" BorderWidth="0") (InnerPlotPosition X="5" Y="5" /) (AxisY LineColor="64,64,64,64") (LabelStyle Font="Trebuchet MS, 10pt, style=Bold" /) (MajorGrid Enabled="false" /) (MajorTickMark Enabled="false" /) (/AxisY) (AxisX LineColor="64,64,64,64") (LabelStyle Font="Trebuchet MS, 10pt, style=Bold" /) (MajorGrid Enabled="false" /) (MajorTickMark Enabled="false" /) (/AxisX) (/asp:ChartArea) (/ChartAreas) (%-- (ChartAreas) (asp:ChartArea Name="ChartArea1") (/asp:ChartArea) (/ChartAreas)--%) (/asp:Chart)
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
-
Hello friend i am using .net chart in my web application .it run perfectly till 8 item when item is over than 8 then it show all the bar but hide one alternate bar date time at x axis.it show one bar date time and hide next bar date date time.Please help me to resolved from this problem
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com
Answer:rose::- uxchartBySize.ChartAreas(0).AxisX.Interval = 1
Piyush Vardhan Singh p_vardhan14@rediffmail.com Eventure Technology http://holyschoolofvaranasi.blogspot.com http://holytravelsofvaranasi.blogspot.com