Blog

Siemens, Intel and Ferrari snap up charting software Visiblox as it launches new high-performing platform

Charting experts Visiblox has secured a series of big name brands as it unveils its latest high-performance platform to transform complex data sets into charts in lightning speed.
Read More

Welcome the Visiblox Charts Ultimate Edition

Here at Visiblox we are delighted to announce the launch of Visiblox Charts Ultimate Edition!
Read More

Interacting With The Legend

The Legend of a Visiblox Chart is often never used to its full potential. This post will introduce a few simple ideas on how to enable user interactions with LegendItems in order to interact with the associated series. The source code of the examples can be downloaded here. You will need to add a reference to the Visiblox Charts library (if you have the free version of Visiblox Charts, you will need to complete the steps in the Preparing The Legend section first).

Read More

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

Introducing DynamicFilterStrategy

Introduction

Previous blog posts have introduced FilterStrategies and some different ways that they can be used. Today we introduce the DynamicFilterStrategy, which allows you to use different FilterStrategies depending on the chart's zoom level. This gives you more control and flexibility when it comes to filtering data by allowing you to abstract overly detailed regions when the chart is fully zoomed out, but to use a greater level of detail as you zoom in. Sound complicated? It isn't.

Read More