<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : tclChart -zoom özelliği</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : tclChart -zoom özelliği]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 10:54:14 +0000</pubDate>
  <lastBuildDate>Thu, 24 Jul 2025 18:11:35 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1131</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[tclChart -zoom özelliği : Merhaba Kenan,A&#351;a&#287;&#305;da yazd&#305;&#287;&#305;m...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1131&amp;PID=2350#2350</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=257">Emr.Erkmn</a><br /><strong>Konu:</strong> 1131<br /><strong>Gönderim Zamanı:</strong> 24&nbsp;Temmuz&nbsp;2025 Saat 18:11<br /><br />Merhaba Kenan,&nbsp;<br>Aşağıda yazdığım kodu projende dener misin?&nbsp;<br><br><div>&nbsp; &nbsp; &nbsp; Chart1 = istatistikForm.AddNewChart(HorzScrollBox1, 'Chart1', 'Ürün Satış Grafiği');</div><div>&nbsp; &nbsp; &nbsp; Chart1.Align = alNone;</div><div>&nbsp; &nbsp; &nbsp; Chart1.Position.X = 0;</div><div>&nbsp; &nbsp; &nbsp; Chart1.Position.Y = 0;</div><div>&nbsp; &nbsp; &nbsp; Chart1.Width = (panel6.Width * 3);</div><div>&nbsp; &nbsp; &nbsp; Chart1.Height = panel6.Height;</div><div>&nbsp; &nbsp; &nbsp; Chart1.Margins.Left = 5;</div><div>&nbsp; &nbsp; &nbsp; Chart1.Margins.Right = 5;</div><div>&nbsp; &nbsp; &nbsp; Chart1.Margins.Top = 10;</div><div>&nbsp; &nbsp; &nbsp; Chart1.Margins.Bottom = 5;</div><div>&nbsp; &nbsp; &nbsp; Chart1.Charttype = clCBar;</div><div>&nbsp; &nbsp; &nbsp; Chart1.XAxisText = 'urun';</div><div>&nbsp; &nbsp; &nbsp; Chart1.ChartItemText = 'urun';</div><div>&nbsp; &nbsp; &nbsp; Chart1.ChartItemsValue = 'toplamCiro';</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; Chart1.SetInteractionPanning(True);</div><div>&nbsp; &nbsp; &nbsp; Chart1.SetInteractionScaleMode(2);&nbsp;</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; Chart1.ChartTitle = 'Ürün Bazında Toplam Ciro';</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; Chart1.clLoadDataFromDataSet(Qry);</div>]]>
   </description>
   <pubDate>Thu, 24 Jul 2025 18:11:35 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1131&amp;PID=2350#2350</guid>
  </item> 
  <item>
   <title><![CDATA[tclChart -zoom özelliği : merhaba, a&#351;&#351;a&#287;&#305;da belirtti&#287;im...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1131&amp;PID=2338#2338</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=313">kenan</a><br /><strong>Konu:</strong> 1131<br /><strong>Gönderim Zamanı:</strong> 24&nbsp;Temmuz&nbsp;2025 Saat 15:52<br /><br /><div>merhaba, aşşağıda belirttiğim&nbsp; satırı çalıştırdım ama işe yaramıyor.&nbsp;<br>amacım chart grafiğini küçültüp&nbsp; büyütebilmek.&nbsp;<br>&nbsp; Qry.OpenOrExecute;</div><div>&nbsp; &nbsp; &nbsp; if (Qry.Found)</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.Align = alNone;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.Position.X = 0;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.Position.Y = 0;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.Width = (panel6.Width * 3);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.Height = panel6.Height;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.Margins.Left = 5;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.Margins.Right = 5;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.Margins.Top = 10;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.Margins.Bottom = 5;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.Charttype = clCBar;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.XAxisText = 'urun';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.ChartItemText = 'urun';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.ChartItemsValue = 'toplamCiro';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.SetInteractionPanning(True);<span style="white-space:pre">	</span>&nbsp; &nbsp;&lt;-------</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.SetInteractionScaleMode(1);&nbsp; &nbsp; &nbsp; &nbsp;&lt;-------</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Chart1.clLoadDataFromDataSet(Qry);&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; Qry.Close;</div>]]>
   </description>
   <pubDate>Thu, 24 Jul 2025 15:52:36 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1131&amp;PID=2338#2338</guid>
  </item> 
 </channel>
</rss>