You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2016/08/04 08:29:10 UTC

[Issue 127063] New: Generate a chart in XYDiagram type in spreadsheet, and hope the lines does't share the same X-axis

https://bz.apache.org/ooo/show_bug.cgi?id=127063

          Issue ID: 127063
        Issue Type: DEFECT
           Summary: Generate a chart in XYDiagram type in spreadsheet, and
                    hope the lines does't share the same X-axis
           Product: Calc
           Version: 4.1.2
          Hardware: PC
                OS: Linux, all
            Status: UNCONFIRMED
          Severity: Critical
          Priority: P5 (lowest)
         Component: code
          Assignee: issues@openoffice.apache.org
          Reporter: zhangyaokai886@163.com

Created attachment 85625
  --> https://bz.apache.org/ooo/attachment.cgi?id=85625&action=edit
an example

Hi,

    I use OO API to generate a Calc file, and generate a chart in XYDiagram
type in spreadsheet:

    aChartCollection.addNewByName(sChartName, aRect, aAddresses, true,
                    false);

    Normally, the leftmost colomn is the default X-Axis. But I want each line
has its own X-axis data, which means, such as I have 6 colomn datas and be
spread to 3 group, and I want generate 3 lines, each line has its own X-axis
and Y-axis. Of cause, the 3 lines in the same chart.

    I attachd one example date snapshot in .ods file.


    My requirement is if OO SDK support this implemention? if it does, how to
realized it?

    I check the Developer's Guieds, and doesn't find a mathod to implement my
requirement.

Thanks,

Kevin

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 127063] Generate a chart in XYDiagram type in spreadsheet, and hope the lines does't share the same X-axis

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=127063

oooforum (fr) <oo...@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |oooforum@free.fr
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |NOT_AN_ISSUE

--- Comment #1 from oooforum (fr) <oo...@free.fr> ---
Your bug report is being closed as NOT_AN_ISSUE due to a lack of information
which is needed in order to accurately reproduce and confirm the problem. We
need the following information (please ignore any that you've already
provided):

a) Provide any test case(s) which will help us confirm the problem (like a
sample document)

b) Provide a step-by-step procedure to reproduce (the simpler will be the
better)

c) Provide screenshots of the problem if you think it might help


Once all of this is done, please set the bug back to UNCONFIRMED and we will
attempt to reproduce the issue.

-- 
You are receiving this mail because:
You are the assignee for the issue.