public class DefaultAxisInfoProvider extends java.lang.Object implements IAxisInfoProvider
Constructor and Description |
---|
DefaultAxisInfoProvider() |
Modifier and Type | Method and Description |
---|---|
void |
attachTo(com.scichart.core.IServiceContainer services) |
void |
detach() |
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)
|
protected IAxisTooltip |
getAxisTooltipInternal(android.content.Context context,
AxisInfo axisInfo,
java.lang.Class<?> modifierType) |
boolean |
isAttached() |
protected IAxis axis
public void attachTo(com.scichart.core.IServiceContainer services)
attachTo
in interface com.scichart.core.framework.IAttachable
public void detach()
detach
in interface com.scichart.core.framework.IAttachable
public boolean isAttached()
isAttached
in interface com.scichart.core.framework.IAttachable
public AxisInfo getAxisInfo()
AxisInfo
for this axisgetAxisInfo
in interface IAxisInfoProvider
AxisInfo
which is attached to this Axispublic final IAxisTooltip getAxisTooltip()
IAxisTooltip
for further placement on this axisgetAxisTooltip
in interface IAxisInfoProvider
IAxisTooltip
instance which is attached to this Axispublic final IAxisTooltip getAxisTooltip(java.lang.Class<?> modifierType)
getAxisTooltip
in interface IAxisInfoProvider
modifierType
- The type of modifier for which tooltip will be created.IAxisTooltip
instance which is attached to this Axisprotected IAxisTooltip getAxisTooltipInternal(android.content.Context context, AxisInfo axisInfo, java.lang.Class<?> modifierType)