+Ext.FlashComponent.EXPRESS_INSTALL_URL, which should be set to the local resource. Defaults to <tt>false</tt>.</div></div></td><td class="msource"><a href="output/Ext.FlashComponent.html#expressInstall" ext:member="#expressInstall" ext:cls="Ext.FlashComponent">FlashComponent</a></td></tr><tr class="config-row expandable inherited"><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.chart.Chart-extraStyle"></a><b><a href="source/Chart.html#cfg-Ext.chart.Chart-extraStyle">extraStyle</a></b> : Object<div class="mdesc"><div class="short">Contains extra styles that will be added or overwritten to the default chartStyle. Defaults to null.
+For a detailed ...</div><div class="long">Contains extra styles that will be added or overwritten to the default chartStyle. Defaults to <tt>null</tt>.\r
+For a detailed list of the options available, visit the YUI Charts site \r
+at <a href="http://developer.yahoo.com/yui/charts/#basicstyles">http://developer.yahoo.com/yui/charts/#basicstyles</a><br/>\r
+Some of the options availabe:<br />\r
+<ul style="padding:5px;padding-left:16px;list-style-type:inherit;">\r
+<li><b>padding</b> - The space around the edge of the chart's contents. Padding does not increase the size of the chart.</li>\r
+<li><b>animationEnabled</b> - A Boolean value that specifies whether marker animations are enabled or not. Enabled by default.</li>\r
+<li><b>font</b> - An Object defining the font style to be used in the chart. Defaults to <tt>{ name: 'Tahoma', color: 0x444444, size: 11 }</tt><br/>\r
+<ul style="padding:5px;padding-left:26px;list-style-type:circle;">\r
+<li><b>name</b> - font name</li>\r
+<li><b>color</b> - font color (hex code, ie: "#ff0000", "ff0000" or 0xff0000)</li>\r
+<li><b>size</b> - font size in points (numeric portion only, ie: 11)</li>\r
+<li><b>bold</b> - boolean</li>\r
+<li><b>italic</b> - boolean</li>\r
+<li><b>underline</b> - boolean</li>\r
+</ul>\r
+</li>\r
+<li><b>border</b> - An object defining the border style around the chart. The chart itself will decrease in dimensions to accomodate the border.<br/>\r
+<ul style="padding:5px;padding-left:26px;list-style-type:circle;">\r
+<li><b>color</b> - border color (hex code, ie: "#ff0000", "ff0000" or 0xff0000)</li>\r
+<li><b>size</b> - border size in pixels (numeric portion only, ie: 1)</li>\r
+</ul>\r
+</li>\r
+<li><b>background</b> - An object defining the background style of the chart.<br/>\r
+<ul style="padding:5px;padding-left:26px;list-style-type:circle;">\r
+<li><b>color</b> - border color (hex code, ie: "#ff0000", "ff0000" or 0xff0000)</li>\r
+<li><b>image</b> - an image URL. May be relative to the current document or absolute.</li>\r
+</ul>\r
+</li>\r
+<li><b>legend</b> - An object defining the legend style<br/>\r
+<ul style="padding:5px;padding-left:26px;list-style-type:circle;">\r
+<li><b>display</b> - location of the legend. Possible values are "none", "left", "right", "top", and "bottom".</li>\r
+<li><b>spacing</b> - an image URL. May be relative to the current document or absolute.</li>\r
+<li><b>padding, border, background, font</b> - same options as described above.</li>\r
+</ul></li>\r
+<li><b>dataTip</b> - An object defining the style of the data tip (tooltip).<br/>\r
+<ul style="padding:5px;padding-left:26px;list-style-type:circle;">\r
+<li><b>padding, border, background, font</b> - same options as described above.</li>\r
+</ul></li>\r
+<li><b>xAxis and yAxis</b> - An object defining the style of the style of either axis.<br/>\r
+<ul style="padding:5px;padding-left:26px;list-style-type:circle;">\r
+<li><b>color</b> - same option as described above.</li>\r
+<li><b>size</b> - same option as described above.</li>\r
+<li><b>showLabels</b> - boolean</li>\r
+<li><b>labelRotation</b> - a value in degrees from -90 through 90. Default is zero.</li>\r
+</ul></li>\r
+<li><b>majorGridLines and minorGridLines</b> - An object defining the style of the style of the grid lines.<br/>\r
+<ul style="padding:5px;padding-left:26px;list-style-type:circle;">\r
+<li><b>color, size</b> - same options as described above.</li>\r
+</ul></li></li>\r
+<li><b>zeroGridLine</b> - An object defining the style of the style of the zero grid line.<br/>\r
+<ul style="padding:5px;padding-left:26px;list-style-type:circle;">\r
+<li><b>color, size</b> - same options as described above.</li>\r
+</ul></li></li>\r
+<li><b>majorTicks and minorTicks</b> - An object defining the style of the style of ticks in the chart.<br/>\r
+<ul style="padding:5px;padding-left:26px;list-style-type:circle;">\r
+<li><b>color, size</b> - same options as described above.</li>\r
+<li><b>length</b> - the length of each tick in pixels extending from the axis.</li>\r
+<li><b>display</b> - how the ticks are drawn. Possible values are "none", "inside", "outside", and "cross".</li>\r
+</ul></li></li>\r
+</ul></div></div></td><td class="msource"><a href="output/Ext.chart.Chart.html#extraStyle" ext:member="#extraStyle" ext:cls="Ext.chart.Chart">Chart</a></td></tr><tr class="config-row expandable inherited"><td class="micon"><a href="#expand" class="exi"> </a></td><td class="sig"><a id="Ext.Component-fieldLabel"></a><b><a href="source/Component.html#cfg-Ext.Component-fieldLabel">fieldLabel</a></b> : String<div class="mdesc"><div class="short">The label text to display next to this Component (defaults to '').