ChartArea::CursorY Property

.NET Framework (current version)
 

Gets or sets a Cursor object that is used for cursors and selected ranges along the Y-axis.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[BindableAttribute(true)]
property Cursor^ CursorY {
	Cursor^ get();
	void set(Cursor^ value);
}

Property Value

Type: System.Windows.Forms.DataVisualization.Charting::Cursor^

A Cursor object used for cursors and selected ranges along the Y-axis.

This Cursor object is used for the Y-axis cursor and its selected ranges. For all charts except bar chart types, the Y-axis cursor represents the horizontal cursor. For bar chart types, the Y-axis cursor represents the vertical cursor.

Refer to the Cursor class documentation for a description of its members, as well as sample source code.

.NET Framework
Available since 4.0
Return to top
Show: