Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

12
votes
2answers
488 views

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, the points are get squashed together, in which, this isn't ...
7
votes
2answers
2k views

DispatcherTimer and UI refresh limits in C# silverlight

Again I apologize for a question that might be simple to all of you. I have a limited understanding of what goes behind the scenes in Silverlight. I have a charting app (Visiblox) that I use as a ...
5
votes
1answer
212 views

Invert linear axis in Visiblox chart

Is it possible to invert a LinearAxis in a Visiblox chart? For example, if a linear axis is being used as the Y axis and the minimum and maximum axis values are 1 and 10, then I would want the axis to ...
5
votes
1answer
395 views

Visiblox, WPF: Display labeled markers in a chart

is there a way to add some markers, like points or vertical lines with text labels to a visiblox chart? Cheers, Lutz
4
votes
3answers
117 views

Saving an image of a UIElement rendered larger than it appears on screen

I have a chart that I'm displaying to the user and I want to be able to export the chart as an image to disk so they can use it outside of the application (for a presentation or something). I've ...
4
votes
2answers
273 views

Force axis to use given number of major tick marks in Visiblox chart

When using a LinearAxis for the Y axis in a Visiblox chart, I would like to force the axis to use a given number of major tick marks while still having the toolkit automatically calculate the axis ...
3
votes
1answer
333 views

Wrap legend text in Visiblox chart

When I explicitly set the width of the legend in a Visiblox chart I find that legend item text gets cut off instead of wrapping. For example, <Style x:Key="LegendStyle" TargetType="{x:Type ...
2
votes
1answer
456 views

Autoscaling axis after pan or zoom in Visiblox chart

I have a Visiblox line chart that allows zooming and panning on the XAxis (but not the YAxis). After zooming or panning to a particular region of the chart, I would like to have the YAxis range and ...
1
vote
1answer
195 views

How to programmatically create rectangle and textblock with binding element with c#?

I have the following code, which i want to programmatically create. Where the i is must be an integer into xaml! This is a sample Code from VISIBLOX. <Rectangle Margin="20,0,0,5" Height="10" ...
0
votes
1answer
17 views

Visiblox invalid assembly reference

Dear stackoverflow ers, I am struggling with a problem regarding to visiblox. I am quite new to the WPF concept, but I am getting the hang of it. I have quite some expirence with the classic forms. ...
0
votes
1answer
83 views

Disable auto scale for Visiblox chart

I have a dynamic chart where you cna change the chart in real time by dragging dots on the line, but since Visiblox have some kind of auto scale/zoom its quite unusable. I've tried ...
0
votes
0answers
71 views

How to fire an event after Visiblox Chart is rendered completly?

I need to run an animation soon after the chart is completely rendered in the screen. How can I fire an event soon after the data-series is completely drawn in the screen? After setting data in ...