tagged [charts]

VISIBLOX, WPF: Getting chart points to scroll horizontally?

VISIBLOX, WPF: Getting chart points to scroll horizontally? I'm using the Visiblox WPF API and am having trouble getting the chart points in my line chart to scroll horizontally. Instead of scrolling,...

5 Apr at 15:7

Convert DateTime to Double

Convert DateTime to Double I've created a DateTime value from an item being clicked in a listBox. It's in the format `dd/MM/yyyy hh:mm:ss`. I'm want to zoom in on a ten minute period with the clicked ...

Remove x-axis label/text in chart.js

Remove x-axis label/text in chart.js How do I hide the x-axis label/text that is displayed in chart.js ? Setting `scaleShowLabels:false` only removes the y-axis labels. ``` var options = { scale...

7 Jun at 14:37

Good Silverlight 4.0 chart / graph component?

Good Silverlight 4.0 chart / graph component? I've been using the [Silverlight Toolkit](http://silverlight.codeplex.com/) but I'm finding the quality lacking; in particular [this memory leak / phantom...

Creating charts in Blazor

Creating charts in Blazor So basically I want to create charts with server-side blazor, I was searching around for some packages which would allow me to create charts. The problem being that they are ...

8 Jun at 08:25

Access PowerPoint chart in C#

Access PowerPoint chart in C# I have a problem in a C# project. In fact, I created a PowerPoint add-in and I want to generate charts on slides. I created a slide with: ``` using PowerPoint = Microsoft...

SSRS chart does not show all labels on Horizontal axis

SSRS chart does not show all labels on Horizontal axis My SSRS report does not show all the labels on the horizontal axis. Please see below. [](http://www.flickr.com/photos/76579226@N04/6980282675/) N...

8 Feb at 14:34

MS Chart Control Two Y Axis

MS Chart Control Two Y Axis I'm building a chart to show items by volume by category. So far I've been succcessful in showing items by volume as it's a simple x/y chart, however I'd like to show y2 an...

11 Aug at 13:31

Chart with multi-level labels on x-axis

Chart with multi-level labels on x-axis I'm creating a VSTO add-in that among other things is supposed to create a line chart for some annual data. This data contains datapoints on a weekly basis. I w...

2 Oct at 00:10

Click events on Pie Charts in Chart.js

Click events on Pie Charts in Chart.js I've got a question regard Chart.js. I've drawn multiple piecharts using the documentation provided. I was wondering if on click of a certain slice of one of the...

8 Oct at 12:46

Generate Image with Microsoft .NET Chart Controls Library without Control

Generate Image with Microsoft .NET Chart Controls Library without Control Is it possible to generate images (jpeg, png, etc) using the Microsoft Chart Controls library without instantiating a WinForm ...

24 Sep at 09:14

Choosing a charting library in ASP .NET MVC

Choosing a charting library in ASP .NET MVC I'm developing a Web site in ASP MVC and now I have to show statistics and charts. I have been reading some related posts, and in my opinion, the best choic...

Positioning of Axis Label in a DateTimeAxis

Positioning of Axis Label in a DateTimeAxis At the moment I have a date time axis where the date is in-line with the points, is there anyway to get this date to appear in the center such as on a bar c...

11 Dec at 11:45

3D Plotting from X, Y, Z Data, Excel or other Tools

3D Plotting from X, Y, Z Data, Excel or other Tools I have data that looks like this: I want to use the first column as x axis labels, the second column as y axis labels and the third column as the z ...

Tables and charts using PDFsharp

Tables and charts using PDFsharp I just started with a project that requires me to write to PDF file. After some googling I decided on using PDFsharp which looks simple enough, however I have a few qu...

29 Sep at 21:9

Recommendations for a google finance-like interactive chart control

Recommendations for a google finance-like interactive chart control I need some sort of interactive chart control for my .NET-based web app. I have some wide XY charts, and the user should be able to ...

21 Sep at 17:13

Ugly drawing of MS asp.net radar chart

Ugly drawing of MS asp.net radar chart I'm using the MS asp.net charting controls. And I'm using the radar chart to draw some values, but for some reason, the lines of the X-axis doesn't really meet i...

How to remove space between WPF Toolkit chart area and plot area?

How to remove space between WPF Toolkit chart area and plot area? I am using chartingToolKit:Chart control. I want to remove the white space appear in between the chart and plot area. Attached the WPF...

14 Aug at 07:59

How do I force a chart to auto adjust Y Axis Maximum?

How do I force a chart to auto adjust Y Axis Maximum? I have a .NET chart which I am populating at runtime The chart appears within a report. For each band in my report, I clear all the series and add...

9 Jan at 13:1

Chart.js Show labels on Pie chart

Chart.js Show labels on Pie chart I recently updated my charts.js library to the most updated version (2.5.0). This version doesn't show the labels on the chart. I have an example of working one on fi...

10 Feb at 17:2

Selectively hiding series in a C# chart

Selectively hiding series in a C# chart Lets say I have a chart with 2 series on it. Then for each series, I have a checkbox to say whether I want to see them or not. Assume that I originally plot bot...

21 Feb at 21:40

Remove padding or margins from Google Charts

Remove padding or margins from Google Charts ``` // Load the Visualization API and the piechart package. google.load('visualization', '1.0', {'packages':['corechart']}); // Set a callback to run when ...

How to display pie chart data values of each slice in chart.js

How to display pie chart data values of each slice in chart.js I am using Chart.js for drawing pie chart in my php page.I found tooltip as showing each slice values. [](https://i.stack.imgur.com/f8UEk...

29 Oct at 06:6

how to set start value as "0" in chartjs?

how to set start value as "0" in chartjs? here is my code. i need to set initial value as "0" in both x and y axis scales. I have tried latest version scales option. ``` graphOptions = { ...

20 Jun at 13:17

Microsoft Charting, MVC 3 and Razor

Microsoft Charting, MVC 3 and Razor Related to [This topic](https://stackoverflow.com/questions/319835/new-asp-net-charting-controls-will-they-work-with-mvc-eventually#320891) I wonder if anyone has m...