Key: CreateTableChart RowTitle LeftAligned Default
Key: CreateTableChart_RowTitle_LeftAligned_Default
Syntax
<add key="CreateTableChart_RowTitle_LeftAligned_Default" value=""[TRUE/FALSE]"/>
[TRUE/FALSE]: Either insert "true" or "false" into value
Purpose
This web config key determines how header is placed inside a generated table chart. If this key value is true then header will be placed on the first-left cell of table chart. If this key value is false then header will be placed on the top-left cell of table chart.
Key is not required. If key does not exist then value for key interpreted as "false"
Example of key
<add key="CreateTableChart_RowTitle_LeftAligned_Default" value="false"/>