Ingrid Halama wrote: > > For each series there is one entry generated in the legend. The > displayed text is the label of the series > that's what i want to do : i want to set a Label for a given com.sun.star.chart2.XDataSeries Object.but this interface only has one method ::com::sun::star::beans::XPropertySet getDataPointByIndex([in] long nIndex ) so my question : how can i set my own label for a given series ? in the user interface there is an option "set first row as label" ; but i don't know how to set this option programatically
Ingrid Halama wrote: > > and the displayed symbol is > the symbol fitting to the properties of the series. For example when you > have a series with label 'Series A' that is a thick blue line, the > legend entry will be a symbol showing a thick blue line followed by the > text 'Series A'. That is what most users want to have. > for a candlestick chart, should i have one series for each column ? series for "open" ; series for High" etc..? -- View this message in context: http://www.nabble.com/discussing-com%3Asun%3Astar%3Achart2-API-tp19268400p19309016.html Sent from the openoffice - api dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]