Class DefaultMeshSeriesInfo3DProvider
Inheritance
DefaultMeshSeriesInfo3DProvider
Inherited Members
Namespace:
Assembly: .dll
Syntax
public class DefaultMeshSeriesInfo3DProvider extends renderableSeries.hitTest.Seriesinfo3DProviderBase<renderableSeries.ContourMeshRenderableSeries3DBase,renderableSeries.hitTest.MeshSeriesInfo3D<? extends renderableSeries.ContourMeshRenderableSeries3DBase>>
Constructors
DefaultMeshSeriesInfo3DProvider()
Declaration
public DefaultMeshSeriesInfo3DProvider()
Methods
getSeriesInfoInternal()
Creates SeriesInfo3D instance which is attached to current IRenderableSeries3D.
Declaration
protected renderableSeries.hitTest.MeshSeriesInfo3D<? extends renderableSeries.ContourMeshRenderableSeries3DBase> getSeriesInfoInternal()
Returns
| Type | Description |
|---|---|
| MeshSeriesInfo3D<? extends com.scichart.charting3d.visuals.renderableSeries.ContourMeshRenderableSeries3DBase> |
Overrides
getSeriesTooltipInternal(Context context, renderableSeries.hitTest.MeshSeriesInfo3D<? extends renderableSeries.ContourMeshRenderableSeries3DBase> seriesInfo, Class<?> modifierType)
Creates a new ISeriesTooltip3D.
Declaration
protected renderableSeriesISeriesTooltip3D getSeriesTooltipInternal(Context context, renderableSeries.hitTest.MeshSeriesInfo3D<? extends renderableSeries.ContourMeshRenderableSeries3DBase> seriesInfo, Class<?> modifierType)
Parameters
| Type | Name | Description |
|---|---|---|
| android.content.Context | context | |
| MeshSeriesInfo3D<? extends com.scichart.charting3d.visuals.renderableSeries.ContourMeshRenderableSeries3DBase> | seriesInfo | |
| Class<?> | modifierType |
Returns
| Type | Description |
|---|---|
| renderableSeriesISeriesTooltip3D |