Databases Reference
In-Depth Information
<extra>
<y_axis name="extra_y_axis_1" position="Right">
<minor_grid enabled="false" />
<major_grid enabled="false" />
<title enabled="true">
<text>Secondary Y-Axis</text>
<font color="#A4300B" />
</title>
<labels align="Inside">
<font color="#A4300B" />
</labels>
</y_axis>
</extra>
</axes>
</chart_settings>
<data_plot_settings default_series_type="Line">
<line_series>
<label_settings enabled="true">
<background enabled="false" />
<font color="Rgb(45,45,45)" bold="true" size="9">
<effects enabled="true">
<glow enabled="true" color="White" opacity="1" blur_x="1.5" blur_y="1.5"
strength="3" />
</effects>
</font>
<format>{%YValue}{numDecimals:0}</format>
</label_settings>
<tooltip_settings enabled="true">
<format>
Value: {%YValue}{numDecimals:2}
Argument: {%Name}
</format>
<background>
<border type="Solid" color="DarkColor(%Color)" />
</background>
<font color="DarkColor(%Color)" />
</tooltip_settings>
<marker_settings enabled="true" />
<line_style>
<line thickness="3" />
</line_style>
</line_series>
</data_plot_settings>
<data>
#DATA#
</data>
</chart>
</charts>
</anychart>';
SELECT xmlelement("series", xmlattributes('Series 1' AS "name"), xmlagg( xmlelement
("point", xmlattributes(ename AS "name", sal AS "y") ) )).getClobVal()
Search WWH ::




Custom Search