Structured CHART marker is intended for data binding to chart.

Description

<!CHART  sheet="worksheet name"  chart="chart name"!> 

[<!CHART_SETTINGS!>

 

 

 

 

 

 

 

[<!XVALUES value="names formula"!>] 

<!\CHART_SETTINGS!>]

 

 

 

 

 

 

 

{<!BIND_SERIES!>

 

 

 

 

 

 

 

{<!CHART_SERIES index="series index" values="series formula" name="series name formula"!>}[…n] 

<!\BIND_SERIES!>}

 

 

 

 

 

 

 

<!\CHART!>

 

 

 

 

 

 

 


worksheet name

Worksheet name, the chart is located in.

sheet name

Chart name

CHART_SETTINGS – marker, describing general settings


XVALUES – marker, describing binding to series with names of X axis


names formula

Formula (usually uid series), describing series with names of X axis. (Description of making formula see Formula creation).

BIND_SERIES – marker, describing binding to chart series .


CHART_SERIES – marker, describing data binding to chart series . May be a few.


series index

Series number, data binding to this number. Numbers began from 1.


series formula

Formula (usually uid series), describing series data. (Description of making formula see Formula creation).

series name formula

Formula (usually uid CELL marker with type=”CONSTANT”, or constant name), describing chart series name. (Description of making formula see Formula creation).

Examples

Chart binding.xlsx

Created with the Personal Edition of HelpNDoc: Benefits of a Help Authoring Tool