WebI:Chart macros can be inserted in the chart title or axis label text fields in the chart's properties panel. In the Properties panels, these fields are located at:
- Title/Text Format/Text
- X-Axis/Label/Other Label
- Y-Axis/Label/Other Label
- Z-Axis/Label/Other Label
If you need to use one of these fields to define a title or other label, append a tilde (~) character and a space to the title and add the macro after the space. The space after the tilde is important. If it is not included, the macro will be ignored.
EXAMPLE:
Three D Graphics WebI:Chart~ @BEVEL 3 1 @BEVEL 3 2
- Macros are not case-sensitive.
- All macros begin with an at-sign (@).
- Do not use a space between the at-sign and the macro (i.e., @SWAP, not @ SWAP).
- Most macros require one or more parameters that further define the action of the macro.
- Use one space after the macro and before the first parameter and a space between each subsequent parameter.
EXAMPLE:
@USER_SERIES 5 11.5 22.5 33.5 44.5 55.5 My User Series
- Multiple macros can be defined in the same title field. Use a space to separate multiple macros.
EXAMPLE:
THREE D GRAPHICS~ @FONTNAME 1 2 @BP @SZ 35 @BEVEL 3 1 @ALPHA -1 100
- If the macro requires a string parameter and multiple macros are defined in the title field, append a tilde (~) character to the end of the string parameter to indicate the end of the first macro and beginning of the next.
EXAMPLE:
@USER_CIRCLE 0 0.0 0.4 0.4 1.1 128 0 128 2 500 WebI:Chart~ @HQ 1
- For macros that can be applied to a particular series in a chart, the nSeries parameter defines the series to which the macro is applied. In most cases, the nSeries parameter can be assigned a value in the range: minus one ( 1)...n (where: n is the total number of series in the chart). For these macros, minus one is a special value that will apply the macro to all series. A value of zero (0) selects series 1.
WebI:Chart is a product from |