简体   繁体   English

我无法使用Java的Aspose Cells API在Treemap图表中设置系列颜色

[英]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. 我试图在Java中使用aspose api在treemap中设置系列颜色。

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 我无法使用Java的Aspose Cells API在Treemap图表中设置系列颜色

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. 您的代码是正确的,并且可以与其他图表(例如“ 柱形图”)配合使用,但是我们担心,Aspose.Cells目前不支持“ 树形图”图表。 Tree Map is Microsoft Excel 2016 chart. 树状图是Microsoft Excel 2016图表。 We are working to support Excel 2016 charts but it might take good amount of time (in months) because of its complexity. 我们正在努力支持Excel 2016图表,但由于其复杂性,可能需要花费大量时间(以月为单位)。

We have also logged your issue as 我们也将您的问题记录为

  • CELLSJAVA-42585 - Set Series Color in TreeMap using Aspose.Cells API CELLSJAVA-42585-使用Aspose.Cells API在TreeMap中设置系列颜色

Note: I am working as Developer Evangelist at Aspose 注意: 我在Aspose担任开发人员布道者

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Java中的Aspose单元动态创建工作表? - Dynamic sheet creation using Aspose cells in Java? 使用java创建PACT我无法在body中设置numberType的最小值 - Using java to create PACT I am not able to set the min value of the numberType in the body 使用Java的邮件API发送电子邮件时,我无法在Gmail中执行View操作 - I am not able to get the view action in gmail when sending the email using Java's mail api 为什么我无法使用 Exchange Web 服务 Java API 读取完整的 email 正文? - Why am I not able to read the complete email body using Exchange Web Service Java API? 如何使用Aspose.Word for Java在Word文件中设置水印 - How set watermark in word file using Aspose.Word for Java 我正在使用Aspose Cell Api从Excel工作表中查找和替换值。 我正在使用文本文件来定义每个变量的替换 - I am using Aspose Cell Api to find and replace values from excel sheet. I am using text file to define replacement of each variable 在Java的Aspose Cells中设置形状对象的Z顺序索引,以在文本后面发送形状 - Set the Z-Order Index for a Shape Object in Aspose Cells for Java to send the shape behind text 为什么我使用Java在斐波那契数列中得到负数 - Why am i getting negative numbers in Fibonacci series using java 使用 aspose api ppt 在 java 中更改幻灯片的文本 - change text of slide in java using aspose api ppt Java的Aspose Cells:获取原始CSV行 - Aspose Cells for Java: get original CSV row
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM