|
|
Tag Browser: aspose-cells-for-chart
< 1 second(s)
-
Hello all,
I'm using Aspose Cells .NET 4.4 to create charts using gradients:
e.g. chart.NSeries[2].Points[i].Area.FillFormat.SetTwoColorGradient(color1, color2, GradientStyleType.Vertical, 4);
How is it possible to change the gradient's second stop value from 50% (default) to e.g. 80% (as it is possible in Excel)?
Thanks in advance for a quick ...
-
hi,
This is original sample is attached here.
help me to come out the solution..
I prepared an example for you (attached). The “Temperature, Field_data” is the data sheet. The “Temperature, Field” is generated by Aspose (with ExcelChartType.Surface_Contour). The result_from_MSExcel_surface_con is generated in MSExcel as down with selecting ...
-
Hi,
How can I reach the effect of gradually changed color as shown in the attached one with XlsIO? The original of the attached is generated by xlsio but with only four single colors. In other words, how to change 2d contour color fill or palette in XlsIO?
And how do I increase the number of legends of the 2d-contour within the legend ...
-
I have an Excel file with Chart Area and Legend in it. Original Legend font can be any type and any size. Let say font size is 10.5 before running the code.
After running the following simple C# code the Legend font size changes to 9.7. :
Workbook wb = new ...
-
Hi, 
I'd like to detect, if a chart's data series is horizontal or vertical oriented. While I'm able to set it when adding a new ASeries range, I don't see to how to find out, what a given ranges type is. Secondly, what is Aseries.getType() telling me?
Immediate response would be very much appreciated.
Jens This message was posted ...
-
Problem Part 2,I'm replying to my own post but this repro is actually an example of my root problem - that charts are not created correctly in Excel 2007. I think the first part may be my issue as it seems like there are some things Aspose.Cells can't do, like for example finding existing Excel created pivot tables and I also found it was the same ...
-
Hi,
We are using aspose.cells on JAVA platform. I have two questions.
1. I need to create a stacked column chart. It's a single column chart with no axis, single color and height and width is as shown in the attachement. When I tired to create it using aspose.cells apis, I couldn't get rid of axis and couldn't get the size of chart area as ...
-
Hi Amjad. Thank you very much for your suggestion.
chart.NSeries.Add(''Data!A2,Data!A4,Data!A7,Data!A11,Data!A20'', true);
It works fine. Thanks a lot.
|
|