public interface ISeriesInfo3DProvider
extends com.scichart.core.framework.IAttachable
Modifier and Type | Method and Description |
---|---|
SeriesInfo3D |
getSeriesInfo()
Creates
SeriesInfo3D instance which is attached to current IRenderableSeries3D . |
ISeriesTooltip3D |
getSeriesTooltip()
Creates
ISeriesTooltip3D instance which is attached to current IRenderableSeries3D . |
ISeriesTooltip3D |
getSeriesTooltip(java.lang.Class<?> modifierType)
Creates
ISeriesTooltip3D instance for specified tooltipId which is attached to current IRenderableSeries3D . |
SeriesInfo3D getSeriesInfo()
SeriesInfo3D
instance which is attached to current IRenderableSeries3D
.SeriesInfo3D
instance.ISeriesTooltip3D getSeriesTooltip(java.lang.Class<?> modifierType)
ISeriesTooltip3D
instance for specified tooltipId
which is attached to current IRenderableSeries3D
.modifierType
- The type of modifier for which tooltip will be created.ISeriesTooltip3D getSeriesTooltip()
ISeriesTooltip3D
instance which is attached to current IRenderableSeries3D
.