in

Browse by Tags

  • Multiple charts problem

    Hello, I have a website which uses 4 charts, and i can only see 2 of them when i run the site... the others two only show the border of the chart but without the charts. And also, i get this error on page "c1wc_C1WebChart is undefined" and "c1cb_createContext is undefined' ... the...
    Posted to WebChart for ASP.NET (Forum) by benordz on 01-21-2008
    Filed under: WebChart, C1WebChart
  • Multiline Tooltip with Multiple Data

    Hello!! Can anyone help to get tooltip with the values other that XVAL & YVAL, from the datasource chart is refering??Alongwith the co-ordinates of the point, I want to show some more info regarding it. Can I have multiline tooltip?? Thanks in advance. Pragati
    Posted to WebChart for ASP.NET (Forum) by pragati_sd on 02-15-2008
    Filed under: C1WebChart
  • Multiple chart in same ChartArea

    Hello!! I want to show two lines of charts within same chartarea. I'm trying with the following code - ******************************************************************************************************************************** Dim dtChart1 As New DataTable Dim dtChart2 As New DataTable dtChart1...
    Posted to WebChart for ASP.NET (Forum) by pragati_sd on 02-15-2008
    Filed under: C1WebChart
  • Re: Multiple chart in same ChartArea

    Thanks for reply. But, will u plz tell me through the changes in Code?? Actually both the datatables - dtChart1 & dtChart2 are having same columns - BuyPrice & NoOfShares. But, I need those chart lines in same chart area with two colors of line. Pragati
    Posted to WebChart for ASP.NET (Forum) by pragati_sd on 02-15-2008
    Filed under: C1WebChart
  • Change scale of Y-axis 25000 = 2.5

    Any ideas to change the scale on Y-axis like - 25000 = 2.5 10000 = 1.0 I've tried with - ********************************************************************** C1WebChart1.ChartArea.AxisY.UnitMajor = 1.0 / 1000 C1WebChart1.ChartArea.AxisY.UnitMinor = 1.0 / 1000 **********************************...
    Posted to WebChart for ASP.NET (Forum) by pragati_sd on 02-19-2008
    Filed under: C1WebChart
  • Re: Change scale of Y-axis 25000 = 2.5

    I've got the answer in previous posts like - ******************************************************************************************** C1WebChart1.ChartArea.AxisY.AnnoFormat = FormatEnum.NumericManual C1WebChart1.ChartArea.AxisY.AnnoFormatString = "0,K" *****************************...
    Posted to WebChart for ASP.NET (Forum) by pragati_sd on 02-19-2008
    Filed under: C1WebChart
  • Re: Multiple chart in same ChartArea

    Thanks Patrick!! I've done it this way - **************************************************************************************************************************** Dim dtChart1 As New DataTable Dim dtChart2 As New DataTable dtChart1 = m_oIPOController.GetCrowdPricingDetails(m_oIPOCompanyInfo.IPOCompanyId...
    Posted to WebChart for ASP.NET (Forum) by pragati_sd on 02-20-2008
    Filed under: C1WebChart
  • Tooltip in Plotarea

    I need to have tooltip in PlotArea, with XVAL & YVAL. I tried with Dim maPlotArea As New MapArea maPlotArea = Chart.ImageAreas.GetByName("PlotArea") maPlotArea.Tooltip = "(Date:{#XVAL:dd-MMM-yyyy}, Price:{#YVAL})" But, I'm not getting the expected result. It is just showing...
    Posted to WebChart for ASP.NET (Forum) by pragati_sd on 03-01-2008
    Filed under: C1WebChart
  • Re: Help in generating Line Graph guys....

    >> how can i define the legend? coz i wanna display the legend by year? The easiest way to add a legend is through the design Wizard (select "Wizard..." below the properties window). From there you simply click Next, and check the box that says Legend. Enter the legend title into the...
    Posted to WebChart for ASP.NET (Forum) by C1_GregL on 01-14-2008
    Filed under: C1WebChart, legend
  • Re: How can i save my graph into pdf file? is it possible

    Yes this is possible with the help of C1Pdf. You can add C1Pdf to a webform through the Component Designer window (right click the aspx page and select 'View Component Designer'). I've attached a sample that will display the pdf right in the browser. From the browser it can be saved and printed...
    Posted to WebChart for ASP.NET (Forum) by C1_GregL on 01-14-2008
    Filed under: pdf, C1WebChart
Page 1 of 2 (19 items) 1 2 Next >
Contact ComponentOne: 1.800.858.2739 ©1987-2007 ComponentOne LLC All Rights Reserved.