Blog

Introducing StreamingMode

One of the most common uses for charting components is to build a chart in which the data is updated in real time. The idea is to present a chart which streams the data in a smooth and controlled manner. Visiblox Charts version 2.2 introduces a new Streaming Mode function that makes this so easy to achieve, you'll wonder why it took so much effort before.

Read More

Announcing Visiblox Charts 2.2

The Visiblox team is delighted to announce the availability of Visiblox Charts v2.2! You can get a copy of the free edition now right here. If you are a Premium customer with a valid support license, contact support to arrange your free upgrade to the new version. Not yet a Premium customer? Head on over to get access to our excellent support along with updates and bug fix releases and get access to the premium features.

We've been busy over the last few months putting some great new improvements into our charts.

Read More

Visiblox Charts 2.2 and New Examples

As we hope you are aware by now, Visiblox Charts 2.2 is out there and available to download now. If you are a Premium customer with an eligible support license key, please contact support to arrange your upgrade. If not, what are you waiting for? Head this way to gain access to our excellent support and upgrades.

We thought we'd just take a second to point out some of the new examples we have put together as a result of the new functionality version 2.2 of the component brings us.

Read More

Visiblox Axes (Part 2)

Introduction

Following on from our previous post on retemplating axes, we are now going to take a look at how we can subclass our chosen axis type to completely alter its layout. We will do this through the OnApplyTemplate method which takes various elements from the ControlTemplate and positions those elements.

Read More

Visiblox Axes (Part 1)

Introduction

Visiblox Charts has been developed with flexibility in mind. In particular, it provides a number of ways in which to alter the appearance of a chart and its constituent parts. In this series of posts, we will be looking at ways in which you can alter the appearance of the axes in your charts. This relatively short first post will look at altering our axis template to incorporate a scroll bar that allows us to pan around our chart.

This example uses features from the free version of Visiblox Charts and the source code can be downloaded here.

Read More