Interface | Description |
---|---|
ITooltipContainer |
Defines interface for the container, which can contain multiple
ITooltip . |
TooltipLayoutHelper.SeriesTooltipCallback<T extends ISeriesTooltipCore> |
Defines a callback which allows to update series tooltip with latest information for specified (x, y) coordinates on screen
|
Class | Description |
---|---|
AxisTooltipsBehavior<T extends IChartModifier> |
Defines an axis tooltips behavior for
IChartModifier implementors. |
AxisTooltipsBehaviorBase<T extends IChartModifier> |
Defines a base class with axis tooltips behavior for
IChartModifier implementors. |
CrossDrawableBehavior<T extends IChartModifierCore> |
Defines a class which is responsible for drawing cross marker for
TooltipModifier at the hit test point. |
CursorCrosshairDrawableBehavior<T extends CursorModifier> |
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 extends CursorModifier> |
Provides a tooltip behavior for
CursorModifier and inheritors. |
DrawableBehavior<T extends IChartModifierCore> |
Defines a base class with drawable behavior for
IChartModifier implementors. |
ModifierBehavior<T extends IChartModifierCore> |
Defines a base class with behavior for
IChartModifierCore implementors. |
PieChartCrossDrawableBehavior<T extends PieChartTooltipModifier> |
Defines a class which is responsible for drawing cross marker for
PieChartTooltipModifier at the hit test point. |
PieChartTooltipBehavior<T extends IPieChartModifier> |
Provides a tooltip behavior for
IPieChartModifier implementors. |
PieChartTooltipBehaviorBase<T extends IPieChartModifier> | |
RolloverBehavior<T extends RolloverModifier> |
Defines the class with behavior for
RolloverModifier and inheritors. |
RolloverVerticalLineDrawableBehavior<T extends RolloverModifier> |
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 extends IChartModifier> |
Provides a tooltip behavior for
IChartModifier implementors. |
TooltipBehaviorBase<T extends IChartModifier> |
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 extends IRenderableSeriesCore,TSeriesTooltip extends ISeriesTooltipCore> | |
TooltipModifierTooltip |
Defines container for the
TooltipModifier tooltip which can contain multiple ITooltip . |
VerticalSliceBehaviorBase<T extends IChartModifier> |
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
VerticalSliceBehaviorBase.SliceLayout |