Closed ArunVicky001 closed 3 years ago
Hello @ArunVicky001,
it's possible. Just call exportToPDF
method from your HIChartView
.
Thanks for your response, I see it's a void method I am sure how to read this value and assign and share. could you please elaborate your answer?
@ArunVicky001 just call this method when you need:
chartView.exportToPDF()
It opens a bottom sheet to share chart in PDF format:
@ArunVicky001 can I close the issue?
@ihnatmoisieiev Thanks for your response! I have one more question related to this topic, Is it possible to set the chartView.exportToPNG() image to UIImageView?
@ArunVicky001 it's not possible, because the exportToPNG()
method will open a bottom sheet to share chart in PNG format.
@ihnatmoisieiev is there is any possibility to share the PDF or PNG image other than these two methods?
@ArunVicky001 there are no other possibilities.
@ihnatmoisieiev okay thank you, but in a later version please integrate this feature.
@ArunVicky001 which feature do you mean? Please describe in details.
Closing due to inactivity.
Hi Team,
I have a requirement to export the chart to PDF programmatically and share without hitting the button, is it possible in this library?