Interface | Description |
---|---|
ITooltipContainer |
Defines interface for the container, which can contain multiple
ITooltip . |
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 TooltipModifier> |
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 IChartModifier> |
Defines a base class with drawable behavior for
IChartModifier implementors. |
ModifierBehavior<T extends IChartModifier> |
Defines a base class with behavior for
IChartModifier implementors. |
PieChartCrossDrawableBehavior<T extends PieChartTooltipModifier> |
Defines a class which is responsible for drawing cross marker for
PieChartTooltipModifier at the hit test point. |
PieChartDrawableBehavior<T extends IPieChartModifier> |
Defines a base class with drawable behavior for
IPieChartModifier implementors. |
PieChartModifierBehavior<T extends IPieChartModifier> | |
PieChartTooltipBehavior<T extends IPieChartModifier> |
Provides a tooltip behavior for
IPieChartModifier implementors. |
PieChartTooltipBehavior.PieChartTooltipLayout |
Defines layout which is stretched to the
IChartModifierSurface size and used for hosting all tooltips and place them properly. |
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 . |
TooltipBehavior<T extends IChartModifier> |
Provides a tooltip behavior for
IChartModifier implementors. |
TooltipBehavior.TooltipLayout |
Defines layout which is stretched to the
IChartModifierSurface size and used for hosting all tooltips and place them properly. |
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 . |
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. |