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
0
votes
1 answer

Visifire inquiry

I am making a bar graph in visifire and I want to make a custom legend. I already achieved the custom legend but I want to stack it vertically. Here is my code:
Mitc
  • 81
  • 2
  • 11
0
votes
2 answers

DateTime Data Problems in Silverlight and C#

I am using VISI Fire in Silverlight and C# to produce some data charts. One style of chart allows stacked data to be displayed in colums the xaml code I am using looks like this: The chart i am trying to build is based on a visi fire chart…
xarzu
  • 8,657
  • 40
  • 108
  • 160
0
votes
1 answer

c# visifire(charts)

I have developed one silverlight application on .net framework and used visifire for charting i.e. getting updated through MS SQL database. The main thing is that when i am updating the database the data on chart are getting affected, but the look…
Ars
  • 59
  • 1
  • 8
0
votes
1 answer

asp.net, Silverlight, Visifire

I am developing one chart application on .net framework by using Silverlight and Visifire, Its a silverlight application and I am running it on localhost. I have connected through SQL server database to my application and it is running fine, The…
Ars
  • 59
  • 1
  • 8
0
votes
1 answer

Binding DataSet to Chart

I have 2 column from a datatable that i want to bind to chart. Visifire sample shows example using observablecollection but i dont know how to relate datatable to observablecollection(which i think is my problem). I created a sample to visualize. I…
0
votes
2 answers

Deploy VisiFire On JBoss Portal

I am trying to improve my JBoss Portal dashboard using some analytical charting tools then I found VisiFire. So I started to investigate how I could deploy a simple VisiFire page as a portlet onto JBoss Portal dashboard. Below is what I did: - I…
Thomas
  • 237
  • 1
  • 4
  • 9
0
votes
2 answers

Center axis on barchart using visifire

I am currently working with visifire on a c# charting project. I want to create a bar chart to show percental increase as green bars and decreases as red bars. The Axis / 0 point line should always remain at the same position. The problem is, that…
typie34
  • 358
  • 4
  • 12
0
votes
1 answer

Visifire candlestick doesn't autoscale

How can I make autoscale in Visifire Chart CandleStick ? When I try it: xmlns:vc="clr-namespace:Visifire.Charts;assembly=WPFVisifire.Charts"
FriendsKenny
  • 150
  • 3
  • 11
0
votes
1 answer

WPF Itemcontrol and datatemplate do not show properly

I have a problem using ItemControl, DataTemplate and Visifire Charts. First, the code in XAML is as follow
Ben
  • 957
  • 1
  • 11
  • 37
0
votes
1 answer

Silverlight Visifire Chart Axis Minimum Interval

I have a stacked bar chart with Days values displayed on the X Axis that needs to dynamically change it's size. When I have a small number of points, let's say 2, the Interval value has a small value and instead of seeing only 2 labels on the axis,…
vladud
  • 1
  • 2
0
votes
1 answer

Dynamic vertical line in silverlight

How can I build a dynamic vertical line in SiliverLight 5. We are using Visifire charts. Scenario is like user can plan a future date and that will be mark as a yellow vertical line. And also there can be more than one vertical line. It should…
disp_name
  • 1,448
  • 2
  • 20
  • 46
0
votes
1 answer

Visifire point chart with only one color

I'm trying to plot some data using a visifire point chart, but instead of having rainbow colors I just want one single color, or maybe if I add another dataset, do a different color for each dataset I am plotting. Here is what I have so far.…
Matthew The Terrible
  • 1,589
  • 5
  • 31
  • 53
0
votes
1 answer

Visifire.Charts How to disable vertical lines. WP

Chart is created by code. But I can't disable vertical lines in chart. It is a code of creating chart: public void CreateChart() { CleanChart(); visiChart = new Chart() { ToolTipEnabled = true, …
Ivan Byelko
  • 252
  • 1
  • 3
  • 14
0
votes
1 answer

Visifire chart callback

I was wondering if there was a way to get a callback on when a visifire chart is done rendering. I've been trying to create a chart and save it the image. This works with a button press, but does not work if I do it without the button. My guess…
Crystal
  • 28,460
  • 62
  • 219
  • 393
0
votes
1 answer

Printing Visifire Silverlight object

I am using PHP. There is a visifire chart object inserted into an html page with JavaScript. When i print the page the chart is not displayed. Is the a way to print it?
lvil
  • 4,326
  • 9
  • 48
  • 76