Issue 116296 - How to draw "Scatter Charts" with Calc in Java
Summary: How to draw "Scatter Charts" with Calc in Java
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows XP
: P3 Trivial (vote)
Target Milestone: ---
Assignee: kla
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-04 10:09 UTC by tyronebonbon
Modified: 2013-02-24 21:21 UTC (History)
1 user (show)

See Also:
Issue Type: FEATURE
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description tyronebonbon 2011-01-04 10:09:48 UTC
oChartTypeManager = oChart.getChartTypeManager()
oChartTypeTemplate = oChartTypeManager.createInstance( _
"com.sun.star.chart2.template.ScatterLineSymbol")

I don't know how to write this with Java language.
Comment 1 Marcus 2011-01-04 17:22:44 UTC
please note that you here can report issues or feature requests only

for your "how to" question please use the support forums on
"http://user.services.openoffice.org" or post to the API mailing list (e.g.,
"users@api.openoffice.org")
Comment 2 Marcus 2011-01-04 17:23:08 UTC
closed