Skip to content
Discussion options

You must be logged in to vote

The MouseTracker demo shows how to use events to display information about where the mouse/crosshair is

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using ScottPlot.Plottable;
namespace ScottPlot.Demo.WinForms.WinFormsDemos
{
public partial class MouseTracker : Form
{
private readonly Crosshair Crosshair;
public

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@tonpimenta
Comment options

@KATAMANENI
Comment options

@swharden
Comment options

@KATAMANENI
Comment options

@swharden
Comment options

Answer selected by swharden
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants