Categories > OpenTBS with DOCX >

Re: Open TBS With MS Word & Chart

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: vishal chanana
Date: 2012-10-09
Time: 13:26

Re: Open TBS With MS Word & Chart

How can we pass value for 3bar chart for word docx
By: Skrol29
Date: 2012-10-12
Time: 00:25

Re: Open TBS With MS Word & Chart

Hi Vishal,

3D bar charts are quite like flat charts. Only that series are displayed as a new dimensions.

So you edit values series by series using
$TBS->PlugIn(OPENTBS_CHART, $ChartNameOrNum, $SeriesNameOrNum, $NewValues);

By: Vishal Chanana
Date: 2013-08-16
Time: 08:03

Re: Open TBS With MS Word & Chart

Thanks Skrol29
By: Vishal Chanana
Date: 2013-12-19
Time: 12:09

Bar chart new series

My question is how i can generate new series in bar chart,
it  creates new row.

It allow that counting of series as i set 4 then it allow 4.
By: Skrol29
Date: 2013-12-20
Time: 01:27

Re: Bar chart new series

Hi,

OpenTBS cannot add a new series. But it can delete existing series.
So you can create a stock of series, and delete unused ones.
By: Vishal Chanana
Date: 2013-12-20
Time: 06:58

Re: Bar chart new series

HI,

i'm using
$TBS->PlugIn(OPENTBS_CHART, $ChartNameOrNum, $SeriesNameOrNum, $NewValues, $NewLegend);

On Docx file it shows series5, series6 .. and so on

If i have only series1 to 4
How i can delete other series/NewLegend?





By: Skrol29
Date: 2013-12-20
Time: 17:06

Re: Bar chart new series

http://www.tinybutstrong.com/plugins/opentbs/tbs_plugin_opentbs.html#chart

$NewValues: The new data of the series. Must be an array, or value false if you want to delete the series.