You must be logged in to post your query.
Home › Forums › StockChart Support › get charts.axisY2[0].bounds without first rendering.
Tagged: Axis, offscreenCanvas
Hello. I need to be able to get a charts.axisY2[0].bounds property calculated BEFORE I render it. How can I do that? And how can I use offscreenCanvas with my chart too?
@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
You must be logged in to reply to this topic. Login/Register