Key: CreateTableChart RowTitle LeftAligned Default

From Catglobe Wiki
Revision as of 11:05, 7 February 2012 by Cg pham (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<accesscontrol>Main:MyGroup</accesscontrol> 

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