New to Telerik UI for WPFStart a free 30-day trial

Encapsulates the data associated with the PositionChanging event.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public class TrackBallPositionChangingEventArgs : EventArgs

Inheritance: objectEventArgsTrackBallPositionChangingEventArgs

Inherited Members EventArgs.Empty

Properties

Gets or sets the new position.

C#
public Point NewPosition { get; set; }

Gets the previous position.

C#
public Point PreviousPosition { get; }
In this article
DefinitionPropertiesNewPositionPreviousPosition
Not finding the help you need?
Contact Support