Pre loader

LogarithmicAxis with heatmap series

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

Answered
0
0

Hello
Do heatmap dataseries support logarithmic axes? i have a heatmap chart and a line (pic 1), which need to be drawn in logarithmic scale, but i get no heatmap chart and the line is drawn correctly (pic 2) when switch axis type to logarithmic. Something i’m likely to get is on pic 3 .
thanks in advance

Version
5.0
Images
  • You must to post comments
Best Answer
0
0

Hi Alexander

The reason for the blank chart is your UniformHeatmapDataSeries contains zeros on the X or Y axis, which is invalid data for a LogarithmicAxis chart.

To correct this, ensure that the UniformHeatmapDataSeries.StartX, StepX, StartY and StepY properties do not result in a 0 on the X or Y axis, or crossing zero.

This will cause the heatmap to display.

However, the heatmap still won’t scale according to the log X or Y axis, it will simply show. I don’t know if we can support this easily. I’ll ask the team but no promises.

Best regards,
Andrew

  • You must to post comments
0
0

Hi Alexander

The reason for the blank chart is your UniformHeatmapDataSeries contains zeros on the X or Y axis, which is invalid data for a LogarithmicAxis chart.

To correct this, ensure that the UniformHeatmapDataSeries.StartX, StepX, StartY and StepY properties do not result in a 0 on the X or Y axis, or crossing zero.

This will cause the heatmap to display.

However, the heatmap still won’t scale according to the log X or Y axis, it will simply show. I don’t know if we can support this easily. I’ll ask the team but no promises.

Best regards,
Andrew

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies