Questions tagged [visifire]

Visifire is a set of data visualization controls

Visifire is a set of data visualization controls based on Microsoft Silverlight and WPF. Visifire is a multi-targeting control which can be used in both WPF and Silverlight applications. Use the same API to create charts and gauges in mobile, web and desktop environments.

Visifire Silverlight Controls can also be embedded in any webpage as a standalone Silverlight application. Visifire is independent of server side technology. It can be used with ASP, ASP.NET, SharePoint, PHP, JSP, ColdFusion, Python, Ruby or just simple HTML.

External links

33 questions
7
votes
1 answer

Could not load assembly, Exception from HRESULT: 0x80131040

Exception: Could not load file or assembly 'WPFVisifire.Charts, Version=4.1.0.0, Culture=neutral, PublicKeyToken=99d724542e4db593' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.…
Lohit
  • 137
  • 1
  • 1
  • 8
3
votes
1 answer

How to tell a element and its childs to ignore a global style

To get a common look & feel in my application, I defined a global style for all my TextBlock elements like that: MainSkin.xaml Unfortunately this…
nabulke
  • 11,025
  • 13
  • 65
  • 114
2
votes
2 answers

The calling thread must be STA, because many UI components require this

I found on website all about the answer to that question, the code changes into the following format is no longer an error, but the delegate does not execute the statement inside a, What's wrong? Can anybody help me?My program use multimedia timer…
Jane
  • 23
  • 1
  • 3
2
votes
1 answer

Rendering Control in different Thread

I have a PDF Export in my Application (migradoc). To avoid freezing the GUI i want to run this Export as seperate Thread. The PDF has also Charts embedded in it. To make those Charts look like the ones i use in my application i create and render…
TheJoeIaut
  • 1,522
  • 2
  • 26
  • 59
1
vote
1 answer

visifire X Axis Direction Issue:

I have a visifire customization question. How do I force the direction of X Axis labels? How do I make the x axis labels on the graph on the right look more like the ones on the left? [] As you can see, there is not enough room to display the graph…
xarzu
  • 8,657
  • 40
  • 108
  • 160
1
vote
1 answer

Visifire Inquiry

Is there a way to change the scroll viewer style of the vertical scroll viewer of the legend of a pie chart in Visifire XAML? Here is my code:
Mitc
  • 81
  • 2
  • 11
1
vote
1 answer

Visifire inquiry

I created a pie chart using visifire in silverlight. Is there a way to customize the size of the pie itself? Here is my code: …
Mitc
  • 81
  • 2
  • 11
1
vote
0 answers

'Chart' TargetType does not match type of element 'Chart'

Using Visifire Charts the XAML-Designer instead of showing me the chart shows a InvalidOperationException: 'Chart' TargetType does not match type of element 'Chart'. When running the application the chart gets shown correctly. Has anybody made the…
Rainer
  • 326
  • 2
  • 14
1
vote
1 answer

visifire Custom Axis Labels Not Showing

I need to Export my Chart as an image without showing it first in WPF. So i built the Chart in Code: public void CreateHistogram(CalcRepository cr, int i) { Chart chart = new Chart(); chart.Width = 300; chart.Height…
TheJoeIaut
  • 1,522
  • 2
  • 26
  • 59
1
vote
1 answer

Size to fit on a Visifire Line Chart?

I'm using Visifire. I have plotted about 500+ points on a line chart. However, after plotting the points, a horizontal scroll bar is placed on the bottom of my chart. I then have to scroll over to see the entire chart. Is there a "SizeToFit" method…
JP Richardson
  • 38,609
  • 36
  • 119
  • 151
1
vote
1 answer

Visifire line charts

I have a visifire line chart in my silver light project. There are some data points ( lets say 5). I need to show the Y value when I mouse over between the data points . Is there any way to implement this using visifire?. Thanks in…
0
votes
1 answer

how to deal with visifire chart when a number of datapoints to display

In my application, I met a problem about visifire chart. I used the code like that: var series = new DataSeries { RenderAs = RenderAs.Spline, LegendText = legendText}; source.Select(p => new DataPoint { AxisXLabel =…
yangtam
  • 73
  • 1
  • 8
0
votes
2 answers

Silverlight Databinding issue - Not binding to POCO - Visifire

Hope someone can help with a bit of a frustrating issue. I have a Graph (visifire) but just look at it as a standard silverlight databound control. When attempting to bind directly to my POCO Object which contains a List<> of objects (custom) which…
Fox
  • 891
  • 3
  • 9
  • 30
0
votes
1 answer

Replay chart animation with Visifire 2.6

How to replay a chart animation with Visifire 2.6?
user1026187
  • 19
  • 1
  • 1
  • 4
0
votes
2 answers

Tile chart is showing .2 increments not whole days

This code is showing the axis line in .2 increments, which is not so useful as we are showing number of days for patients in this group. I can't see anything that would have causes the .2 perhaps you can see something or where else would i locate…
Booksman
  • 1,565
  • 5
  • 19
  • 32
1
2 3