Interface | Description |
---|---|
ChartScaleGestureDetector.OnScaleGestureListener |
The listener for receiving notifications when gestures occur.
|
ChartSelectionChangeListener |
Implementers of this interface can listen for selection changes on RadCartesianChartView and RadPieChartView.
|
ChartTrackballContentAdapter.ChartTrackBallContentProvider |
An interface used to provide a custom content for the
ChartTrackBallBehavior for
a given DataPoint . |
PanZoomListener | |
TooltipContextNeededListener |
Contract bounding implementers to provide needed context to a tooltip instance.
|
Class | Description |
---|---|
BehaviorCollectionChangedInfo |
Stores info about a change that occurred in a collection of behaviours.
|
ChartAnimationPanel | |
ChartBehavior |
Base class for all chart behaviors.
|
ChartBehaviorCollection |
This collection contains the behaviors for RadChart.
|
ChartDataContext |
An object of this type is used as a data context for chart's behaviors.
|
ChartPanAndZoomBehavior |
Represents a chart behavior that handles pinch and drag gestures and manipulates the zoom and
pan properties of the associated
RadCartesianChartView instance. |
ChartPanZoomMode |
States in which directions is the zoom being handled.
|
ChartPopupBehavior |
Chart behaviour that adds tooltip functionality to the chart instance so that individual data points can be observed in more detail following the user's gestures.
|
ChartScaleGestureDetector |
Detects scaling transformation gestures using the supplied
MotionEvent s. |
ChartScaleGestureDetector.SimpleOnScaleGestureListener |
A convenience class to extend when you only want to listen for a subset
of scaling-related events.
|
ChartSelectionBehavior |
This class enables selection in RadCartesianChartView and RadPieChartView.
|
ChartSelectionContext |
This class provides information about the selection of ChartSelectionBehavior.
|
ChartTooltipBehavior |
Tooltip behavior for chart instances.
|
ChartTooltipContentAdapter | |
ChartTrackBallBehavior |
Represents a behavior that adds two lines in
RadChartViewBase 's
render surface. |
ChartTrackballContentAdapter | |
DataPointInfo |
This class contains the closest data point to a tap lastLocation as well as the point's
corresponding series object.
|
TooltipContextNeededEventArgs | |
TooltipContextNeededEventArguments |
Enum | Description |
---|---|
ChartSelectionMode | |
ChartZoomStrategy | |
TooltipTriggerMode | |
TrackBallHitTestMode |
Defines how a
ChartTrackBallBehavior should hit test its data points on the chart surface. |
TrackBallSnapMode |
Defines how a
ChartTrackBallBehavior or a
ChartPopupBehavior instance should snap to the closest to a physical lastLocation data points. |