Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
public class LocationChangedEventArgs : EventArgs
Inheritance: objectEventArgsLocationChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the LocationChangedEventArgs class.
C#
public LocationChangedEventArgs(PointF location, TrackballInfoElement element, List<DataPointInfo> points)
The location.
elementTrackballInfoElementThe element.
pointsList<DataPointInfo>The points.
Properties
Gets the trackball info element.
C#
public TrackballInfoElement Element { get; }
Gets or sets the offset according the location where the trackball info will be positioned.
C#
public Size Offset { get; set; }
Points
List<DataPointInfo>
Gets the points on which the trackball will move.
C#
public List<DataPointInfo> Points { get; }