Jump to content
Software FX Community

ranganathanmca

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by ranganathanmca

  1. 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

×
×
  • Create New...