Convert Chart from docx into json

How can i convert all charts data from docx into json.

@ajayjha902 I am afraid it is currently not possible to fully serialize chart object since not all properties are publicly available in Aspose.Words API. However, you can render chart to image and serialize it as base64 string. You can use ShapeRenderer to achieve this. Please see our documentation for more infomraiton:
https://docs.aspose.com/words/java/rendering-shapes-separately-from-a-document/