Chart NSeries area texture always set

Hey guys,

I have to edit a chart’s NSeries data to the point where I just clear out the NSeries in the chart and write new ones. I want to keep all the formatting properties of the NSeries the same, so I go through all the properties and manually copy them over. When I copied over the texture of the area of the NSeries I noticed that it was set to “BlueTissuePaper”. The input graph had no texture property set. It seems that the aspose code had some sort of default, but was not actually using this property in the display. When I copied the texture over:

copyToNSeries.Area.FillFormat.Texture = copyFromNSeries.Area.FillFormat.Texture

the new texture was set to this same “BlueTissuePaper” and when I save and opened up the output, the graph did in fact have that texture. Obviously this is not the desired result. Is there some other setting I am missing where I can define whether to use texture or not, or how is this best handled?

Thanks,

Matt

Hi Matt,

We do not support fix the FillFormat of the area. We only keep them and save them to the file.

We will look into this feature. Thanks for your patience.