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