Class PieChartCrossDrawableBehavior<T>
Defines a class which is responsible for drawing cross marker for PieChartTooltipModifier at the hit test point.
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class PieChartCrossDrawableBehavior<T> extends DrawableBehavior<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
PieChartCrossDrawableBehavior(Class<T> modifierType)
Creates a new instance of PieChartCrossDrawableBehavior class
Declaration
public PieChartCrossDrawableBehavior(Class<T> modifierType)
Parameters
| Type | Name | Description |
|---|---|---|
| Class<T> | modifierType | The type of the associated IPieChartModifier |
Methods
attachTo(IServiceContainer services)
Declaration
public void attachTo(IServiceContainer services)
Parameters
| Type | Name | Description |
|---|---|---|
| IServiceContainer | services |
Overrides
onDrawOverlay(Canvas canvas)
Called when the Overlay's onDraw(Canvas) method is called.
Declaration
protected void onDrawOverlay(Canvas canvas)
Parameters
| Type | Name | Description |
|---|---|---|
| android.graphics.Canvas | canvas |