Spire.Presentation is a professional PowerPoint® compatible library that enables developers to create, read, write, modify, convert and Print PowerPoint documents. Get free and professional technical support for Spire.Presentation for .NET, Java, Android, C++, Python.

Sat Nov 08, 2014 10:32 am

I am trying out Spire.Presentation. So far so good but how do i let a new series use the secondary value axis?

tuijlPL
 
Posts: 11
Joined: Fri Nov 07, 2014 4:14 pm

Mon Nov 10, 2014 3:11 am

Dear tuijlPL,

Thanks for your inquiry.

I made a sample for your requirement, please see the attachment.

Best Regards,
Burning
E-iceblue Support Team
Best Regards,
Burning
E-iceblue Support Team
User avatar

burning.liu
 
Posts: 406
Joined: Mon Aug 04, 2014 6:47 am

Mon Nov 10, 2014 7:59 am

Dear burning.liu,

The provided exampe did not have a series on the secondary axis. Could you fix / update the example?

See attachment for exampe what i mean. I want to have two bars and one line series where the line series must be on de secondary value axis

Best regards,

Juri

tuijlPL
 
Posts: 11
Joined: Fri Nov 07, 2014 4:14 pm

Mon Nov 10, 2014 9:38 am

Dear tuijlPL,

I'll do some investigation to find a solution and inform you tomorrow.

Best Regards,
Burning
E-iceblue Support Team
Best Regards,
Burning
E-iceblue Support Team
User avatar

burning.liu
 
Posts: 406
Joined: Mon Aug 04, 2014 6:47 am

Tue Nov 11, 2014 6:30 am

Dear tuijlPL,

I'm sorry that Spire.Presentation doesn't support to create a new serie on a secondary value axis at present.
Our dev team have added this feature to the schedule, we will inform you when it is finished.

Best Regards,
Burning
E-iceblue Support Team
Best Regards,
Burning
E-iceblue Support Team
User avatar

burning.liu
 
Posts: 406
Joined: Mon Aug 04, 2014 6:47 am

Mon Nov 17, 2014 9:52 am

Deare Buring,

Can you give us an idea when this feature will finished?

it's really important (unmissable) feature for us! Our decision wheter to use Spire.Presentation depends on this.

Thanks for the support!

Juri

tuijlPL
 
Posts: 11
Joined: Fri Nov 07, 2014 4:14 pm

Tue Nov 18, 2014 2:24 am

Dear tuijlPL,

Thanks for your reply.

Sorry that we can't give you the exact time for fixing at present. I have increased the priority of this problem, and we will try our best to add this feature as soon as possible. When finished, we will inform you immediately.

Best Regards,
Burning
E-iceblue Support Team
Best Regards,
Burning
E-iceblue Support Team
User avatar

burning.liu
 
Posts: 406
Joined: Mon Aug 04, 2014 6:47 am

Wed Nov 19, 2014 2:22 am

Dear tuijlPL,

I got news from dev team the issue has been resolved, we will provide you a solution this week or next week.

Best Regards,
Burning
E-iceblue support team
Best Regards,
Burning
E-iceblue Support Team
User avatar

burning.liu
 
Posts: 406
Joined: Mon Aug 04, 2014 6:47 am

Thu Nov 20, 2014 2:53 am

Dear tuijlPL,

We just released a new version of Spire.Presentation(Spire.Presentation Hotfix v2.2.1) to meet your requirement, you can download it via link below:
http://www.e-iceblue.com/downloads/hot_ ... _2.2.1.zip
Here is a sample code snippet:
Code: Select all
Presentation ppt = new Presentation();
IChart chart = ppt.Slides[0].Shapes.AppendChart(ChartType.Line, new RectangleF(50, 100, 400, 400));
chart.PrimaryValueAxis.ChartCrossType = ChartCrossesType.AxisCrossesAtZero;
chart.ChartTitle.TextProperties.Text = ChartCrossesType.Custom.ToString();
chart.HasTitle = true;
//a serie on a secondary(value) axis
chart.Series[0].UseSecondAxis = true;
ppt.SaveToFile("result.pptx", FileFormat.Pptx2010);

Best Regards,
Burning
E-iceblue Support Team
Best Regards,
Burning
E-iceblue Support Team
User avatar

burning.liu
 
Posts: 406
Joined: Mon Aug 04, 2014 6:47 am

Mon Nov 24, 2014 9:30 am

Hi Burning,

Thanks a lot, i will test it right away and let you know if it work as aspected.

Regards,

Juri

tuijlPL
 
Posts: 11
Joined: Fri Nov 07, 2014 4:14 pm

Mon Nov 24, 2014 9:43 am

Hi Burning,

I tested it and all seeem to work fine!

Thanks for the good support, we are now seriously considering to purchase spire.

Regards.

Juri

tuijlPL
 
Posts: 11
Joined: Fri Nov 07, 2014 4:14 pm

Tue Nov 25, 2014 2:18 am

Dear tuijlPL,

Please feel free to contact us if you have any problems.

Best Regards,
Burning
E-iceblue Support Team
Best Regards,
Burning
E-iceblue Support Team
User avatar

burning.liu
 
Posts: 406
Joined: Mon Aug 04, 2014 6:47 am

Return to Spire.Presentation