chart

Polyline disappears while setting PolylineStyle property of a line series in a Silverlight chart.

I have a silverlight chart which has multiple line series that was dynamically created. When I assign a PolylineStyle of the dynamically created LineSeries the lines in chart disappear. Only markers are shown. It is odd because when I assign the same style from xaml everything works as it should. I'm using the following code to assig...

how to increment y axis values by 15 minutes using ms chart controls

I am working with the MS chart controls stackedcolumn chart type and I want the y axis labels to increment by 15 minute intervals between 4 pm and 9 pm. I have attached an image of what the chart looks like and have attached the sample code that generated the image. <asp:Chart ID="Chart1" runat="server" Height="296px" Width="412px"...

Dundas Gauge for ASP.NET by Microsoft

Hi, A couple of questions following Dundas acquisition by Microsoft: Is Microsoft planning to support/expose the Dundas ASP.NET gauge control? Are all the features that previously existed in Dundas ASP.NET chart control available in the ASP.NET 4.0 chart control? How easy is it to upgrade an existing ASP.NET application to use this con...

OpenOffice Automation create chart in calc using Delphi

Hello could someone please help me with the following, I try to create an OpenOffice calc chart using the OOoTools.pas interface. The code is this: /////////////////////////////// CODE ////////////////////////////////// procedure TForm1.ProcessChart(aFilename : String); Var oTheFile, oAllSheets, oMySheet, oCharts, ...

Reporting services barchart with linechart overlay

Hi, I was wondering if it was possible to create a chart similar to the one below with the Reporting Services charting control? Failing that, if there are any third party reporting controls that would be able to do it? Thanks, Matt ...

reportviewer chart axis

I am using visual studio 2010 coding with VB. I have reportviewer control with a chart on the report. How do you programmatically change an axis group expression for a chart in an rdlc report. For instance i have the group expression: MonthName(Month(=Fields!receiveddate.Value)) . How can I change this to: Week(=Fields!receiveddate....

.net 4.0 chart control custom grid line

Is it possible to customise how the grid lines appear. I have two charts one shows daily data - with Time as x axis. I would like grid-line to show on the hour or for example every 2 hours. In the second chart the x axis is across a date range so I would like grid-line to be for every day or for example every 5 days. ...

Chart problem in Flex/AIR

here the link of my problem pic:here the problem showed above just happened on CandleStick and HLOC Chart. Anyone know what actually happened, and what the solution?? one more question : how to fix width of vertical axis label (shows prices in my picture) thx ...

How do I generate a word 2007 document with graphs using a c# .net program?

I have successfully done this using "MSGraph.Chart.8" in VS 2010 and c# and the graphs look ancient and pixelated like back in 1995 or so. The help online seems all the same. like this one... http://support.microsoft.com/kb/316384 I really need to generate these word documents with nicer graphs in code, or at least edit an existin...

sencha touch and charts

Hello, Has anyone been able to incorporate Charts and graphs into Sencha Touch? If so, an example would be appreciated. Thanks ...

Calculate the Y Axis interval for a chart

Hi When creating a chart of, e.g. daily sales figures for the month. Does anyone know how to calculate a suitable Y Axis interval? I've been looking at Excel which seems to choose nice intervals like 100, 200, 500, 1000, 2000 or 5000, etc depending on the numbers involved and the size of the range, but I can't work out what formular or...

BIRT, repeating chart in list

Hi, I have a problem using Eclipse BIRT, i'm trying to create a list with group headers including a chart relevant to the specific group header. So lets say i'm trying to create a list with all employees including their sick hours monthly in a bar chart. Name [CHART], Contract hours, Division, job Name [CHART]...

Binding table adapter query to chart

Hi, I'm writing some code that will synchronize data in database with chart (it's zedgraph in fact - but it doesn't matter). I want to do something like this: chart draws data from databse whenever new data is added to DB, it's immediately drawn on the chart So far everything works ok, because I can bind chart line DataSource to a d...

Excel - unable to set MinimumScaleIsAuto property of Axis class

Hi, I am working on a task where I should fill in some data in an excel workbook (using .NET) and the existing chart objects would draw line graphs based on the given data. Unfortunately, a macro in the workbook throws an error "Unable to set MinimumScaleIsAuto property of Axis class". ActiveSheet.ChartObjects("Chart 1").Activate Activ...

Drawing chart in a dialog

Hello all, I have a conceptual question to ask: I created a custom dialog (extends Dialog) and I want to draw a chart (dynamic data, not static) in the top third of the dialog. What's the best (only?) way to approach this? A) Get a canvas to the dialog and draw to it? Seems like I need access to the dialog's draw, yes, or can I do th...

3d surface chart with javascript?

Which 3d surface chart library out there do you recommand? It is ok if it is flash or silverlight, as long as it supports dynamic data update thru json.. Thank you! Gil. ...

Printing chart in c#

Hi all, I am able to print a chart from my c# project using: chart1.Printing.PrintDocument.DocumentName = "Graph of data"; But is it possible to add a title to this? I was hoping the document name would achieve this, but apparently not! Thanks.. ...

Visual Studio 2010 Chart control - line color

How do I change the color of the horizonal and vertical lines? I'd like to make them a little lighter, yet leave the X and Y axis black, probably. Edited: indyfromoz suggestion resulted in this: The effect I want is this: (Subtler horiz and vertical lines, maybe even no vertical lines.) ...

Gantt Chart for JSP?

I've tried using JSGantt and it's really good. But I would like to know if there are other Gantt Chart that offers greater interactivity such as dragNdrop and resizing directly on the chart. I saw Gxt Gantt but it is not free. Chart should also be compatible with Java/JSP. ...