Class
TrackBallPositionChangingEventArgs

Encapsulates the data associated with the PositionChanging event.

Definition

Namespace:Telerik.Windows.Controls.ChartView

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public class TrackBallPositionChangingEventArgs : EventArgs

Inheritance: objectEventArgsTrackBallPositionChangingEventArgs

Inherited Members EventArgs.Empty

Properties

NewPosition

Gets or sets the new position.

Declaration

cs-api-definition
public Point NewPosition { get; set; }

Property Value

Point

PreviousPosition

Gets the previous position.

Declaration

cs-api-definition
public Point PreviousPosition { get; }

Property Value

Point

In this article
DefinitionPropertiesNewPositionPreviousPosition
Not finding the help you need?
Contact Support