简体   繁体   中英

I am not able to set series color in treemap chart using aspose cells api for java

i am trying to set series color in treemap using aspose api in java.

series.getArea().getFillFormat().setFillType(FillType.SOLID);
series.getArea().setForegroundColor(Color.getBlack());

My problem:

I am not able to set series color in treemap chart using aspose cells api for java

Your code is correct and it will work fine with other charts like Column chart but we are afraid, Aspose.Cells do not support Tree Map chart at the moment. Tree Map is Microsoft Excel 2016 chart. We are working to support Excel 2016 charts but it might take good amount of time (in months) because of its complexity.

We have also logged your issue as

  • CELLSJAVA-42585 - Set Series Color in TreeMap using Aspose.Cells API

Note: I am working as Developer Evangelist at Aspose

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM