GetCursor()
<< Click to Display Table of Contents >> GetCursor() |
An event driven method which is called when a chart object is selected. This method can be used to change the cursor image used in various states.
This method returns a Cursor used to paint the mouse pointer.
public override Cursor GetCursor(ChartControl chartControl, ChartPanel chartPanel, ChartScale chartScale, Point point)
{
}
chartControl |
A ChartControl representing the x-axis |
chartPanel |
A ChartPanel representing the the panel for the chart |
chartScale |
A ChartScale representing the y-axis |
point |
A Point in device pixels representing the current mouse cursor position |
public override Cursor GetCursor(ChartControl chartControl, ChartPanel chartPanel, ChartScale chartScale, Point point) |