Is it possible to overlay multiple datasets on a RadCartesianChart and use color to show density of places where the datasets touch the same coordinates??

1 Answer 20 Views
Chart ChartView
Melvin
Top achievements
Rank 1
Melvin asked on 12 Dec 2023, 03:31 PM

We are using the RadCartesianChart component to plot datasets that contain digitized signals from a communications channel. The signals are periodic in nature, and we divide the stream into a series of single period datasets. We will then plot all the datasets on the same RadCartesianChart using a common time reference. The result will be a large number of datasets overlaid on the same Cartesian surface.

So far so good.

Now we want the visual image to use color to show density of the overlaid plots similar to a communications eye diagram as shown below. In that diagram there are 8 million overlaid signals, and the colors encode a density scale allowing visualization of the distribution of discrepancies in the overlaid signals. Is this possible using the RadCartesianChart component? If not directly supported are there mechanisms to customize the plotting to achieve something like this?

1 Answer, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 14 Dec 2023, 11:32 AM

Hello Melvin,

You can get a similar visualization by using multiple chart ScatterLineSeries. However, the desired coloring is not supported. Each line in the chart is drawn by a single Path element, which is limited to a single stroke color. You can consider to highlight the density areas using annotations.

As for customization of the line rendering, there are no proper entry points to get this exact scenario.

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Chart ChartView
Asked by
Melvin
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Share this question
or