public interface IChartModifierBase extends com.scichart.core.IServiceProvider, com.scichart.core.utility.touch.IReceiveMotionEvents, IThemeable, com.scichart.core.framework.IAttachable, com.scichart.core.framework.IContextProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEventsGroupTag()
Gets a string ID used for propagating motion events from the master chart.
|
boolean |
getIsEnabled()
Get whether the modifier is enabled for interaction
|
IChartModifierSurface |
getModifierSurface()
Gets the parent
SciChartSurface.getModifierSurface() |
void |
setIsEnabled(boolean isEnabled)
Sets whether the modifier is enabled for interaction
|
getName, getReceiveHandledEvents, onGenericMotion, onTouch
applyThemeProvider
boolean getIsEnabled()
getIsEnabled
in interface com.scichart.core.utility.touch.IReceiveMotionEvents
void setIsEnabled(boolean isEnabled)
isEnabled
- The new isEnabled valuejava.lang.String getEventsGroupTag()
IChartModifierSurface getModifierSurface()
SciChartSurface.getModifierSurface()