|
Table of Contents
OverviewThis chart is used to show data into pyramid. The chart type code for the line chart is Getting Started
Colors (
|
Description | Image |
---|---|
Draw the line in red (FF0000 ) and green (00FF00 ). |
chco=ff0000|00ff00
|
chva
)You can specify the Elevation, Rotation and Twist.
See also Colors.
chva=<elevation>,<rotation>,<twist>
Description | Image |
---|---|
Elevation |
chva=0
chva=20
chva=45
|
Rotation |
chva=0,0
chva=0,20
chva=0,45
chva=20,45
|
Twist |
chva=0,0,45
chva=0,0,90
|
chslg
)You can specify layer gap
chslg=<layergap>
Description | Image |
---|---|
Layer gap |
chslg=0.02
chslg=0.1
|
chl
)You can specify label on the chart
chl=<template-text>
{index} {label} {value} {percent}index The index number of the pyramid layer. The first pyramid layer is 0. The nth pyramid layer is (n-1).
{percent}% ({value})
Description | Image |
---|---|
Label Chart |
chl={percent}%
chl={percent}% ({value})
|
chdl
)Using this paramter is possible to show legend into chart. In last realease this position is fixed on the top/right.
chdl=<legend-label-1>|...|<legend-label-n>
Description | Image |
---|---|
Draw the chart with legend. |
chdl=A1|A2|A3|A4|A5|A6
|