<?xml version="1.0" encoding="UTF-8"?>
<structure version="14" html-doctype="HTML4 Transitional" compatibility-view="IE9" relativeto="*SPS" encodinghtml="UTF-8" encodingrtf="ISO-8859-1" encodingpdf="UTF-8" useimportschema="1" embed-images="1" enable-authentic-scripts="1" authentic-scripts-in-debug-mode-external="0" generated-file-location="DEFAULT">
	<parameters/>
	<schemasources>
		<namespaces/>
		<schemasources>
			<xsdschemasource name="XML" main="1" schemafile="ValueLineGraphs.xsd" workingxmlfile="ValueLineGraphs.xml"/>
		</schemasources>
	</schemasources>
	<modules/>
	<flags>
		<scripts/>
		<globalparts/>
		<designfragments/>
		<pagelayouts/>
		<xpath-functions/>
	</flags>
	<scripts>
		<script language="javascript"/>
	</scripts>
	<script-project>
		<Project version="2" app="AuthenticView"/>
	</script-project>
	<importedxslt/>
	<globalstyles/>
	<mainparts>
		<children>
			<globaltemplate subtype="main" match="/">
				<document-properties/>
				<children>
					<documentsection>
						<properties columncount="1" columngap="0.50in" headerfooterheight="fixed" pagemultiplepages="0" pagenumberingformat="1" pagenumberingstartat="auto" pagestart="next" paperheight="11in" papermarginbottom="0.79in" papermarginfooter="0.30in" papermarginheader="0.30in" papermarginleft="0.60in" papermarginright="0.60in" papermargintop="0.79in" paperwidth="8.50in"/>
					</documentsection>
					<template subtype="source" match="XML">
						<children>
							<template subtype="element" match="Values">
								<children>
									<text fixtext="Value Line Graphs">
										<styles color="#023d7d" font-family="Tahoma" font-size="20pt" font-weight="bold"/>
									</text>
									<newline/>
									<newline/>
									<text fixtext="The y-axis value is a function of the x-axis value. You can use Java and .NET mathematical functions, such as sin and square root functions, as is done in the chart below. See the chart settings for details of how to do this.">
										<styles font-style="italic"/>
									</text>
									<newline/>
									<newline/>
									<newline/>
									<chart chart-data-flexible="1">
										<styles border="1px gray solid" height="120mm" width="120mm"/>
										<layer>
											<dataset>
												<dataseries for-each="." series-name="&apos;Sin(x)&apos;" x-value="for $i in -50 to 50 return $i div 5" y-value="for $i in -50 to 50 return clitype:System.Math.Sin($i div 5)"/>
												<dataseries for-each="for $i in -50 to 50 return $i div 5" series-name="&apos;Cos(x)&apos;" x-value="." y-value="java:java.lang.Math.cos(.)"/>
												<dataseries for-each="for $i in -50 to 50 return $i div 5" series-name="&apos;0.5(x)&apos;" x-value="." y-value="0.5 * ."/>
												<dataseries for-each="for $i in -50 to 50 return $i div 5" series-name="&apos;-0.5(x)&apos;" x-value="." y-value="-0.5 * current()"/>
												<dataseries for-each="for $i in -50 to 50 return $i div 5" series-name="&apos;0(x)&apos;" x-value="." y-value="0*."/>
												<dataseries for-each="for $i in -50 to 50 return $i div 5" series-name="&apos;Sqrt(x+4)&apos;" x-value="." y-value="java:java.lang.Math.sqrt(.+4)"/>
											</dataset>
											<dataseries-xny-rows/>
											<wizard-data>
												<wizard-data-categories/>
												<wizard-data-series/>
											</wizard-data>
											<chartsettings>
												<General SettingsVersion="2" ChartKind="ValueLineChart" Title="Some Value Line Graphs">
													<TitleFont Color="#004080" Size="5.%"/>
													<LegendFont Size="3.%"/>
												</General>
												<Line DrawFilledConnectionShapes="0"/>
												<XY>
													<XAxis AutoRange="0" RangeFrom="-10." RangeTill="10." UseAutoTick="0" ManualTickInterval="2.">
														<ValueFont Size="2.5%"/>
													</XAxis>
													<YAxis AutoRange="0" RangeFrom="-5." RangeTill="5." UseAutoTick="0">
														<ValueFont Size="2.5%"/>
													</YAxis>
												</XY>
											</chartsettings>
											<chartsettings-xpath>
												<main-properties/>
												<color-properties/>
												<colorrange-properties/>
											</chartsettings-xpath>
										</layer>
									</chart>
									<newline/>
									<newline/>
								</children>
								<variables/>
							</template>
						</children>
						<variables/>
					</template>
				</children>
			</globaltemplate>
		</children>
	</mainparts>
	<globalparts/>
	<designfragments/>
	<xmltables/>
	<authentic-custom-toolbar-buttons/>
</structure>
