Interface IChartModifierCore
Implements
Namespace:
Assembly: .dll
Syntax
public interface IChartModifierCore extends IServiceProvider, IReceiveMotionEvents, IThemeable, IAttachable, IContextProvider, IRenderableSeriesChangeListener
Methods
getEventsGroupTag()
Gets a string ID used for propagating motion events from the master chart.
Declaration
public abstract String getEventsGroupTag()
Returns
Type | Description |
---|---|
String | The class name by default. |
getIsEnabled()
Get whether the modifier is enabled for interaction
Declaration
public abstract boolean getIsEnabled()
Returns
Type | Description |
---|---|
boolean | True if this modifier is enabled for interaction |
getModifierSurface()
Gets the parent SciChartSurface#getModifierSurface()
Declaration
public abstract IChartModifierSurface getModifierSurface()
Returns
Type | Description |
---|---|
IChartModifierSurface | The modifier surface |
setIsEnabled(boolean isEnabled)
Sets whether the modifier is enabled for interaction
Declaration
public abstract void setIsEnabled(boolean isEnabled)
Parameters
Type | Name | Description |
---|---|---|
boolean | isEnabled | The new isEnabled value |