Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ASP.NETを使用してWebサイトを作成しており、ストックチャートコントロールを使用して、いくつかのデータポイントを散布図にマップしています。私が望んでいるのは、ポイントにカーソルを合わせて、そのデータポイントに関する情報を含む小さなユーザーコントロールを表示できるようにすることです。これは可能ですか、それともMSコントロールの外で解決策を探す必要がありますか?
あなたはおそらくMicrosoftチャートのツールチップ機能のようなものを探しています。
これを見てください
http://blogs.msdn.com/b/alexgor/archive/2008/11/11/microsoft-chart-control-how-to-using-keywords.aspx
MSチャートにツールチップを表示する方法