ClassLocationChangedEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class LocationChangedEventArgs : EventArgs
Inheritance: objectEventArgsLocationChangedEventArgs
Inherited Members
Constructors
LocationChangedEventArgs(PointF, TrackballInfoElement, List<DataPointInfo>)
Initializes a new instance of the LocationChangedEventArgs class.
Declaration
cs-api-definition
public LocationChangedEventArgs(PointF location, TrackballInfoElement element, List<DataPointInfo> points)
Parameters
location
The location.
element
The element.
points
List<DataPointInfo>
The points.
Properties
Element
Gets the trackball info element.
Declaration
cs-api-definition
public TrackballInfoElement Element { get; }
Property Value
Location
Gets the new location of the element.
Offset
Gets or sets the offset according the location where the trackball info will be positioned.
Points
Gets the points on which the trackball will move.
Declaration
cs-api-definition
public List<DataPointInfo> Points { get; }
Property Value
List<DataPointInfo>