in
Forums
Blogs
Files
Devexpress.Com
ClientCenter
Support Center
DevExpress Channel

Browse by Tags

  • Re: Adding a webchartcontrol to a page at runtime

    Hi Sebastian, The WebChartControl doesn't have the Dock property, and hence it can't be specified. Please try the code below to create a WebChartControl at runtime (note that you need to specify your own credentials when creating an SqlDataSource object instead of "YourServerName", "YourDatabaseName...
    Posted to XtraCharts (Forum) by Alan (Developer Express) on 6/1/2007
    Filed under: XtraCharts, SeriesTemplate, runtime, webchartcontrol
  • Adding a webchartcontrol to a page at runtime

    Hi all, I've tried to add a webchartcontrol with a seriestemplate to a web page for a while now without success. I check the online documentation but even on the webchartcontrol.seriestemplate property section the example given is for the windows chartcontrol. The last line of it _chartcontrol.Dock ...
    Posted to XtraCharts (Forum) by Sebastian Duraffourd on 6/1/2007
    Filed under: SeriesTemplate, runtime, webchartcontrol
  • Diagram property null reference exception

    Hi, I'm trying to create a Web Part to show Charts using the XtraCharts component. When I try to access the Diagram Property, to set the Label.Staggered property to true, I get a null reference exception. How do I access the Diagram Property, how do I set the Staggered property to true? -- Christian
    Posted to XtraCharts (Forum) by Christian Sparre on 7/26/2007
    Filed under: XtraCharts, webchartcontrol, null, Diagram property
  • Re: Diagram property null reference exception

    Hello Christian, I guess that the cause of this issue is that you first need to add at least one series to the chart, since the Diagram type is dependant on the series view of currently visible series. So, you first need to create series, add them to the chart, and only after these steps are done you're...
    Posted to XtraCharts (Forum) by Alan (Developer Express) on 7/27/2007
    Filed under: XtraCharts, webchartcontrol, Diagram, Staggered
  • Re: How to create a piachart

    Hello Karuna, Do you need to create a pie chart at design or runtime? If you need to create it at runtime, then the example at the bottom of this page might be helpful for you: http://devexpress.com/Help/Content.aspx?help=XtraCharts&document=CustomDocument2978.htm If you need to create it at design...
    Posted to XtraCharts (Forum) by Alan (Developer Express) on 8/20/2007
    Filed under: Pie, XtraCharts, webchartcontrol
  • Re: xtrachart in runtime

    Hi, First add the DevExpress.Utils, DevExpress.XtraCharts and DevExpress.XtraCharts.UI assemblies to the References list of your project, and then use the following code or similar: Imports System Imports System.Data Imports DevExpress.XtraCharts ' ... Partial Public Class _Default Inherits System...
    Posted to XtraCharts (Forum) by Alan (Developer Express) on 8/23/2007
    Filed under: XtraCharts, runtime, webchartcontrol
  • Re: Best way to print a webChart

    Hi Julio, Unfortunately, for now it's not possible to print and export a Web chart on the client side by means of XtraCharts. As a workaround, you may use XtraReports - just create a report with a single chart, then put a ReportViewer on the page and print or export it using the ReportToolbar control...
    Posted to XtraCharts (Forum) by Alan (Developer Express) on 9/11/2007
    Filed under: XtraCharts, webchartcontrol, export, print
  • Re: Page load event fires two times after putting the chart control

    Hello Vishwa, Sorry, what version of XtraCharts are you using? I can't reproduce this issue with the latest version of the Suite. In any case, it would be greatly appreciated if you submit a bug report to our Support Center at http://www.devexpress.com/Support/Center/CreateIssue.aspx?issuetype=BugReport...
    Posted to XtraCharts (Forum) by Alan (Developer Express) on 9/26/2007
    Filed under: XtraCharts, webchartcontrol
  • Re: Anyone else using this product?

    Hello Bryian, Sorry for not responding for so long. From your code it turns out, that you need to set the ArgumentDataMember property to "Section", not "Region", and call the WebChartControl1.DataBind method. The following code works fine for me: protected void Page_Load(object sender...
    Posted to XtraCharts (Forum) by Alan (Developer Express) on 2/18/2008
    Filed under: webchartcontrol, data binding
  • Re: WebChartControl not displaying data.

    Hello Luke, It seems that there isn't any datasource assigned to the WebChartControl . Please try to set the chart's DataSource and reproduce this issue again. If this doesn't help, please send your test project to our Support Team , and they'll certainly help you.
    Posted to XtraCharts (Forum) by Alan (Developer Express) on 3/26/2008
    Filed under: XtraCharts, webchartcontrol
Page 1 of 5 (46 items) 1 2 3 4 5 Next >
Copyright © 1998-2008 Developer Express Inc.
ALL RIGHTS RESERVED