Jump to content
Software FX Community

ranganathanmca

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by ranganathanmca

  1. Hi Guys., chart fx 7.0 click event not working in blackberry mobile. please suggest alternate way to handle this problem code example : protected void Chart1_Click1(object sender, ChartFX.WebForms.HitTestEventArgs e) { int i = e.Point; }Thanks for advance Ranganathan Palanisamy
  2. Hi Guys., Is it possible to use Ajax(Script manager,Update panel ect..,) for chartFX? Example Code : <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate>< chartfx7:Chart ID="Chart1" runat="server" Height="425px" Width="750px" ChartFont="Verdana, 10pt" EnableTheming="True" onclick="Chart1_Click"> <AxisX Notify="True"> </AxisX><SpecialObjects> < chartfx7galleries:Bar></chartfx7galleries:Bar> </SpecialObjects> <AxisY2 Title-Text="Mark Ratio"> </AxisY2><AllSeries Gallery="Bar" PointLabels-Visible="True" Stacked="Normal" pointlabelorganizer-autoarrange="True" pointlabelorganizer-enabled="True"> </AllSeries> <View3D Enabled="True" /> <Series> <chartfx7:SeriesAttributes Color="204, 102, 51"></chartfx7:SeriesAttributes> <chartfx7:SeriesAttributes Color="204, 153, 51"></chartfx7:SeriesAttributes> <chartfx7:SeriesAttributes></chartfx7:SeriesAttributes> </Series> <Titles><chartfx7:TitleDockable Font="Verdana, 14.25pt, style=Bold" Text="IT ASSET DASHBORAD" /> </Titles> </chartfx7:Chart> </ContentTemplate> </asp:UpdatePanel>Click event is not working .., Please help me out how to slove the problem Thanks
  3. Hi Guys How to remove the stacked bar chart displaying points ? Thanks
  4. Hi Guys I wanted to know the poprty of X-Axis & Y-Axis text please share, Example : S 100 | c 80 | x o 60 | r 40 | x x e 20 | x 0 |__________________________________ 22 Jan 20 Jan 19 Jan 18 Jan "Test Date"
  5. Hi guys, I am getting the error,please guide me reslove the error. Thanks for advance Ranganathan Palanisamy
×
×
  • Create New...