<acdev:UICandleStickHighStock ID="Features_hgsCandleSticks" runat="server"
Width="100%" Height="520px" BackColor="AliceBlue" LegendGroup-Enabled="True">
<TitleGroup Title="CandleSticks with ASMX web service (ASP.NET)" />
<SubTitleGroup Title="Source: www.irisos.ch" />
<ChartGroup ZoomType="x" Reflow="True"></ChartGroup>
<RangeSelectorGroup InputEnabled="False" Selected="1">
<Buttons>
<acb:UIHighChartsRangeSelectorButtonsGroup Type="all" Count="1" Text="All" />
</Buttons>
</RangeSelectorGroup>
<LegendGroup Align="Right" VerticalAlign="Top"></LegendGroup>
<Items>
<acdev:UIHighStockCandleStickSerie UniqueName="CH0244767585" Name="UBS" YAxisIndex="0" />
<acdev:UIHighStockCandleStickSerie UniqueName="US0378331005" Name="Apple Inc" YAxisIndex="1" />
</Items>
<XAxisItems>
<acdev:UIHighStockXAxis AxisType="Datetime">
<TitleGroup Title="Time" />
</acdev:UIHighStockXAxis>
</XAxisItems>
<YAxisItems>
<acdev:UIHighStockYAxis Offset="0" LineWidth="2" Height="50%">
<TitleGroup Title="UBS" />
<LabelsGroup Align="Right" XValue="-3" />
</acdev:UIHighStockYAxis>
<acdev:UIHighStockYAxis Offset="0" LineWidth="2" Top="50%" Height="50%">
<TitleGroup Title="Apple Inc" />
<LabelsGroup Align="Right" XValue="-3" />
</acdev:UIHighStockYAxis>
</YAxisItems>
<ScrollBarGroup LiveRedraw="false" />
<NavigatorGroup AdaptToUpdatedData="false" />
<WebServiceGroup WebServiceUrl="http://irisosweb.irisos.ch/BarracudaService.asmx"
SelectMethod="GetAuthFinancialCandleSticksFromISINDatesJSON"
ItemXMinField="sdt"
ItemXMaxField="edt"
IsCrossDomain="True"
DeclarativeVariables="usn=DemoWebService,pad=DemoService22" />
</acdev:UICandleStickHighStock>