Key: CreateTableChart RowTitle LeftAligned Default

From Catglobe Wiki
Revision as of 11:09, 7 March 2011 by 127.0.0.1 (talk | contribs) (jrfconvert import)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search



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"/>