public interface ISeriesInfoProvider
extends com.scichart.core.framework.IAttachable
SeriesInfo
and tooltips based on SeriesInfo
values.Modifier and Type | Method and Description |
---|---|
SeriesInfo |
getSeriesInfo()
Creates
SeriesInfo instance which is attached to current IRenderableSeries . |
ISeriesTooltip |
getSeriesTooltip()
Creates
ISeriesTooltip instance which is attached to current IRenderableSeries . |
ISeriesTooltip |
getSeriesTooltip(java.lang.Class<?> modifierType)
Creates
ISeriesTooltip instance for specified tooltipId which is attached to current IRenderableSeries . |
SeriesInfo getSeriesInfo()
SeriesInfo
instance which is attached to current IRenderableSeries
.SeriesInfo
instance.ISeriesTooltip getSeriesTooltip(java.lang.Class<?> modifierType)
ISeriesTooltip
instance for specified tooltipId
which is attached to current IRenderableSeries
.modifierType
- The type of modifier for which tooltip will be created.ISeriesTooltip getSeriesTooltip()
ISeriesTooltip
instance which is attached to current IRenderableSeries
.