public interface IAxisInfoProvider
extends com.scichart.core.framework.IAttachable
Modifier and Type | Method and Description |
---|---|
AxisInfo |
getAxisInfo()
Creates new instance of
AxisInfo for this axis |
IAxisTooltip |
getAxisTooltip()
Creates new instance of
IAxisTooltip for further placement on this axis |
IAxisTooltip |
getAxisTooltip(java.lang.Class<?> modifierType)
|
AxisInfo getAxisInfo()
AxisInfo
for this axisAxisInfo
which is attached to this AxisIAxisTooltip getAxisTooltip()
IAxisTooltip
for further placement on this axisIAxisTooltip
instance which is attached to this AxisIAxisTooltip getAxisTooltip(java.lang.Class<?> modifierType)
modifierType
- The type of modifier for which tooltip will be created.IAxisTooltip
instance which is attached to this Axis