Home Forums StockChart Support get charts.axisY2[0].bounds without first rendering. Reply To: get charts.axisY2[0].bounds without first rendering.

#35699

@canvy,

I need to be able to get a charts.axisY2[0].bounds property calculated BEFORE I render it. How can I do that?

Sorry, it’s not possible to access bounds of the axis before rendering the chart. However after rendering it once, you get access to all the properties. Please refer to the Methods & Properties documentation for more info.

how can I use offscreenCanvas with my chart too?

offscreenCanvas is not supported in CanvasJS as of now.


Manoj Mohan
Team CanvasJS