<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sechs</author_name>
  <author_url>https://blog.hatena.ne.jp/sechs/</author_url>
  <blog_title>sechsの開発日記</blog_title>
  <blog_url>https://sechs.hatenablog.com/</blog_url>
  <categories>
    <anon>C#</anon>
    <anon>WinForms</anon>
  </categories>
  <description>C#のFormアプリケーションで5000ほどのデータをChartで描画すると重い時と重くない時があったので忘備録として記述AddXY()を利用して面グラフと折れ線グラフの2種類のデータを描画していた。 5000のデータを描画するとものすごい遅い。開発用のPCだと実は軽かったが、テスト用のウルトラモバイルPC等で描画すると10分ぐらい描画が止まる。 UIスレッドのReflesh()自体に相当負荷がかかるみたいで使いものにならない。 また、マウスオーバーで出現するツールチップを入れているとものすごく重い。 原因 原因は面グラフとツールチップ。2つが組み合わさる場合の面グラフの描画がものすごく重い。…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsechs.hatenablog.com%2Fentry%2F2014%2F09%2F01%2F092826&quot; title=&quot;大量のデータをMSChartを使用して表示するときの描画時間が遅い - sechsの開発日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2014-09-01 09:28:26</published>
  <title>大量のデータをMSChartを使用して表示するときの描画時間が遅い</title>
  <type>rich</type>
  <url>https://sechs.hatenablog.com/entry/2014/09/01/092826</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
