Re: Urgent: using POI 3.17, how to change X-Axis scaling using xssf chart

2018-10-04 Thread Markus Kirsten
This conversation should be saved to the world after us > On 4 Oct 2018, at 22:11, Mark Murphy wrote: > > Sorry, I have a real job, and I don't have a lot of free time. > >> On Thu, Oct 4, 2018 at 12:43 PM ranzhang35 wrote: >> >> Mark: >>please email me at rzhang at mkprod.com >> >>

Re: Urgent: using POI 3.17, how to change X-Axis scaling using xssf chart

2018-10-04 Thread Mark Murphy
Sorry, I have a real job, and I don't have a lot of free time. On Thu, Oct 4, 2018 at 12:43 PM ranzhang35 wrote: > Mark: > please email me at rzhang at mkprod.com > > I have multiple projects and I'm a hardware engineer. I will issue > you a PO for your time if you know how to r

RE: Urgent: using POI 3.17, how to change X-Axis scaling using xssf chart

2018-10-04 Thread ranzhang35
Mark: please email me at rzhang at mkprod.com I have multiple projects and I'm a hardware engineer. I will issue you a PO for your time if you know how to resolve this issue. -- Sent from: http://apache-poi.1045710.n5.nabble.com/POI-User-f2280730.html

RE: Urgent: using POI 3.17, how to change X-Axis scaling using xssf chart

2018-10-04 Thread Murphy, Mark
If it is really that urgent, why don't you look at how POI 4.0.0 does it, and try to work that into POI 3.17. Surely you can do that faster than someone here since we all work on this in our own free time, and it appears to be what you are working on at work right now. I'll give you a hint, you

Re: Urgent: using POI 3.17, how to change X-Axis scaling using xssf chart

2018-10-04 Thread Crocker, David
quite On 10/4/18, 9:41 AM, "Bob Cochran" wrote: It would be better for you to stop using the word “urgent” in your subject line. The fact is, your rush is not an emergency for mailing list readers. I consider it to have a bullying flavor. Why not use a little politeness inste

Re: Urgent: using POI 3.17, how to change X-Axis scaling using xssf chart

2018-10-04 Thread Bob Cochran
It would be better for you to stop using the word “urgent” in your subject line. The fact is, your rush is not an emergency for mailing list readers. I consider it to have a bullying flavor. Why not use a little politeness instead of attempting to rush others for your personal purposes? Thank

Urgent: using POI 3.17, how to change X-Axis scaling using xssf chart

2018-10-04 Thread ranzhang35
if there are 100 data points for X-axis, instead of showing 100 tick marks, I just want to show 10 tick marks and have labels (10. 20. 30…) under each tick mark. can someone tell me how to do it in POI 3.17? I think in POI 4.0.0, there is xddf chart type which allows set the scaling of axis, bu