|
|
Tag Browser: chart
3 second(s)
-
Hello Everybody,I have a problem when I update a chart only by changing its underlying data in the embedded excel worksheet.. Basically, I create a template consisting of an empty chart and update the values by code. However, after manipulating the data points I can see them but the format changes. For example, I have a label for evey data ...
-
HelloI've just installed the latest version (6.0.1.4) of the Aspose.Cells component (only demo) to try if it can help us with exporting our Excel charts to images.We try to get better result than the built-in VBA function (Export) offers, especially we are focused on the image quality.For genarting image by aspose I use code like ...
-
We use Aspose Cells 2.5.2 (instead of current version Aspose 2.5.4) because of some issues in 2.5.4In both versions I found following issues:When I save a chart with #NV values to an Image, the series with the #NV value does not have thousand-seperators and the datalabel has no text. (see attachment: barcharts.zip e.g. ''tom'' 2. bar has ...
-
Hi,The issue is reproducible in solaris enviornment. The number alignment is not correct in solaris whereas the same jar file works correctly in Windows environment. Please provide an suggestion/solution for this problem as it is urgent.ThanksPurushoth
-
Hi there,I am building a chart dynamically, if the X-axis data is less (ex: 10 rows in data table) the chart is showing fine with all labels. But if the table has more no.of rows (ex: 35 as in attached screen shot), the chart is loosing the data to display in X-axis, but the data markers are showing fine for each axis.If I increase the width of ...
-
Hello,I have excel files with user-made charts, to which I need to add an additional Aseries.I am able to find the chart and very easily add a series (I only need the chart, I don't need the data printed in a worksheet):chrt.NSeries.Add(''{0.3, 2.7, 1.2, 2.3}'', True)but the series gets a different formatting. I currently have a very simple ...
-
Hi,We're evaluating Aspose Cell's ability to save Excel charts to PNG images. I wonder if someone could comment on the following observations and if there are any option to override the default image generation behavior to circumvent these apparent limitations. 3D charts are being rendered as 2D images A way to improve the quality of generated PNG ...
-
I've had a great deal of trouble getting pivot tables and charts working properly. I'm opening an Excel 97-style xls file and creating a pivot table and chart from the existing data like so:Worksheet ws109 = book.Worksheets[''109''];int ptindex = ws109.PivotTables.Add(getRangeName(ws109), 2, getDataArea(ws109).EndColumn + 2, ...
-
Hi,
copying chart to another sheet does not include data. See code sample below
regards
Workbook wb = new Workbook();
wb.Worksheets.Clear();
Worksheet ws = wb.Worksheets.Add(''New'');
Style style = wb.Styles[wb.Styles.Add()];
style.Name = ''DateTimeStyle'';
style.Custom = ''dd-mm hh:mm:ss'';
DateTime dt = ...
-
Hi,
I am trying to modify parts of the chart title by using Title.Characters method, but just by using the method the extracted part remains while rest of the title disappears. Please use the code below to reproduce the problem.
regards
Rale
Workbook wb = new Workbook();
wb.Worksheets.Clear();
Worksheet ws = ...
1
|
|