Namespace com.scichart.charting.modifiers.behaviors
Classes
AxisTooltipsBehavior<T>
Defines an axis tooltips behavior for IChartModifier implementors.
AxisTooltipsBehaviorBase<T>
Defines a base class with axis tooltips behavior for IChartModifier implementors.
CrossDrawableBehavior<T>
Defines a class which is responsible for drawing cross marker for TooltipModifier at the hit test point.
CursorCrosshairDrawableBehavior<T>
Defines a class which is responsible for drawing crosshair marker for CursorModifier at the hit test point.
CursorModifierTooltip
Defines container for the CursorModifier tooltip which can contain multiple ITooltip.
CursorTooltipBehavior<T>
Provides a tooltip behavior for CursorModifier and inheritors.
DrawableBehavior<T>
Defines a base class with drawable behavior for IChartModifier implementors.
ModifierBehavior<T>
Defines a base class with behavior for IChartModifierCore implementors.
PieChartCrossDrawableBehavior<T>
Defines a class which is responsible for drawing cross marker for PieChartTooltipModifier at the hit test point.
PieChartTooltipBehavior<T>
Provides a tooltip behavior for IPieChartModifier implementors.
PieChartTooltipBehaviorBase<T>
RolloverBehavior<T>
Defines the class with behavior for RolloverModifier and inheritors.
RolloverVerticalLineDrawableBehavior<T>
Defines a class which is responsible for drawing vertical line for RolloverModifier.
Slice
Defines a class which is represent vertical slice with tooltips to be used in RolloverModifier.
TooltipBehavior<T>
Provides a tooltip behavior for IChartModifier implementors.
TooltipBehaviorBase<T>
Defines a base class with tooltip behavior for IChartModifier implementors.
TooltipContainerBase
Defines base container for the tooltip which can contain multiple ITooltip.
TooltipLayout
Defines layout which is stretched to the IChartModifierSurface size and used for hosting all tooltips and place them properly.
TooltipLayoutHelper<TRenderableSeries,TSeriesTooltip>
TooltipModifierTooltip
Defines container for the TooltipModifier tooltip which can contain multiple ITooltip.
VerticalSliceBehaviorBase<T>
Defines a base class with vertical slice tooltip behavior for IChartModifier implementors.
VerticalSliceBehaviorBase.SliceLayout
A default layout which is used to place Slice
VerticalSliceBehaviorBase.SliceLayoutParams
Default layout params for SliceLayout
Interfaces
ITooltipContainer
Defines interface for the container, which can contain multiple ITooltip.
TooltipLayoutHelper.SeriesTooltipCallback<T>
Defines a callback which allows to update series tooltip with latest information for specified (x, y) coordinates on screen
Enums
GestureState
Defines constants for behavior of the GestureState.
- INTERACTED means surface has been interacted with touch, swipe or zoom events.
- NOT_INTERACTED means surface does not have any interactions or has been reset.