Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CursorEventArgs::Axis Property

.NET Framework (current version)
 

Gets the Axis object that a cursor or range selection belongs to.

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

public:
property Axis^ Axis {
	Axis^ get();
}

Property Value

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

An Axis object that represents the axis that a cursor or range selection belongs to.

The Axis property is exposed in the following events of the root Chart object: CursorPositionChanged, CursorPositionChanging, SelectionRangeChanged and SelectionRangeChanging.

This property can be used to:

  • determine the type of axis—X, X2, Y or Y2—that the event is being raised for, using the AxisName property.

  • get and set axis properties, such as LineColor.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft