Class PieSeriesInfoProviderBase<TRenderableSeries,TSeriesInfo>
Inheritance
PieSeriesInfoProviderBase<TRenderableSeries,TSeriesInfo>
Namespace:
Assembly: .dll
Syntax
public abstract class PieSeriesInfoProviderBase<TRenderableSeries,TSeriesInfo> implements renderableSeries.hitTest.IPieSeriesInfoProvider
Type Parameters
| Name |
Description |
| TRenderableSeries |
|
| TSeriesInfo |
|
Constructors
PieSeriesInfoProviderBase()
Declaration
public PieSeriesInfoProviderBase()
Fields
renderableSeries
Declaration
protected TRenderableSeries renderableSeries
Field Value
| Type |
Description |
| TRenderableSeries |
|
Methods
attachTo(IServiceContainer services)
Declaration
public void attachTo(IServiceContainer services)
Parameters
detach()
Declaration
getSeriesInfo()
Declaration
public final renderableSeries.hitTest.PieSeriesInfo getSeriesInfo()
Returns
getSeriesInfoInternal()
Declaration
protected abstract TSeriesInfo getSeriesInfoInternal()
Returns
| Type |
Description |
| TSeriesInfo |
|
Declaration
public final renderableSeriesIPieSeriesTooltip getSeriesTooltip()
Returns
Declaration
public final renderableSeriesIPieSeriesTooltip getSeriesTooltip(Class<?> modifierType)
Parameters
| Type |
Name |
Description |
| Class<?> |
modifierType |
|
Returns
getSeriesTooltipInternal(Context context, TSeriesInfo seriesInfo, Class<?> modifierType)
Declaration
protected abstract renderableSeriesIPieSeriesTooltip getSeriesTooltipInternal(Context context, TSeriesInfo seriesInfo, Class<?> modifierType)
Parameters
| Type |
Name |
Description |
| android.content.Context |
context |
The context of application.
|
| TSeriesInfo |
seriesInfo |
The series info instance.
|
| Class<?> |
modifierType |
The type of modifier for which tooltip will be created.
|
Returns
isAttached()
Declaration
public final boolean isAttached()
Returns
isOfValidType(renderableSeries.IPieRenderableSeries renderableSeries)
Checks whether the specified renderable series is valid for this provider.
Declaration
protected abstract boolean isOfValidType(renderableSeries.IPieRenderableSeries renderableSeries)
Parameters
Returns
| Type |
Description |
| boolean |
True if renderable series is valid.
|
Implements