Is there a IGGaugeRange equivalent for IGChartView that allows me to place brushed bands across a series?
Something like this...
I'll make a note of this and revisit in a few days. Thank you.
Are you using NucliOS 14.1 by chance? We've added a plotAreaRect property to the chart to get the chart's viewport bounds.
If you have two overlapping ranges that you want to represent on the chart.
60F - 105F = Range that represents habitable temperatures for humans
68F-74F = Range that represents ideal temperature for humans
Since it isn't possible to set the background for the series, but you can for the entire chart... Is it possible to get the coordinates of the series so I draw the image appropriately?
Caylan,
I'm not sure what you mean by the overlaps, can you give an example?
Unfortunately, you can't set a background image to the plot area.
Thank you for the sample. The issues are plenty... ah!
The one issue that stands out is how to handle overlaps. That's a tricky area, and something that needs to be supported. That said, I'm thinking about drawing a custom image. Is there a way to either: 1) set the series background as an image, or 2) get the bounds of the series so that an image context can be created and aligned successfully ?
Thanks!