Class
LocationChangedEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class LocationChangedEventArgs : EventArgs

Inheritance: objectEventArgsLocationChangedEventArgs

Inherited Members EventArgs.Empty

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

PointF

The location.

element

TrackballInfoElement

The element.

points

List<DataPointInfo>

The points.

Properties

Element

Gets the trackball info element.

Declaration

cs-api-definition
public TrackballInfoElement Element { get; }

Property Value

TrackballInfoElement

Location

Gets the new location of the element.

Declaration

cs-api-definition
public PointF Location { get; }

Property Value

PointF

Offset

Gets or sets the offset according the location where the trackball info will be positioned.

Declaration

cs-api-definition
public Size Offset { get; set; }

Property Value

Size

Points

Gets the points on which the trackball will move.

Declaration

cs-api-definition
public List<DataPointInfo> Points { get; }

Property Value

List<DataPointInfo>