public interface IChartModifier extends IChartModifierBase, ISciChartSurfaceChangeListener
ChartModifierBase
, which can be used to extend the interactivity or rendering of the ISciChartSurface
Modifier and Type | Method and Description |
---|---|
java.util.List<IRenderableSeries> |
getRenderableSeries()
Gets the parent
SciChartSurface.getRenderableSeries() collection |
java.util.List<IAxis> |
getXAxes()
Gets the parent
SciChartSurface.getXAxes() collection |
IAxis |
getXAxis()
Gets the primary XAxis, this is the first axis in the XAxes collection
|
java.util.List<IAxis> |
getYAxes()
Gets the parent
SciChartSurface.getYAxes() collection |
IAxis |
getYAxis()
Gets the primary YAxis, this is the first axis in the YAxes collection
|
getEventsGroupTag, getIsEnabled, getModifierSurface, setIsEnabled
getName, getReceiveHandledEvents, onGenericMotion, onTouch
applyThemeProvider
attachTo, detach, isAttached
onAnnotationsCollectionChanged, onAnnotationsDrasticallyChanged, onParentSurfaceResized, onRenderableSeriesCollectionChanged, onRenderableSeriesDrasticallyChanged, onRenderSurfaceRendered, onSelectedSeriesCollectionChanged, onXAxesCollectionChanged, onXAxesDrasticallyChanged, onYAxesCollectionChanged, onYAxesDrasticallyChanged
java.util.List<IRenderableSeries> getRenderableSeries()
SciChartSurface.getRenderableSeries()
collectionjava.util.List<IAxis> getXAxes()
SciChartSurface.getXAxes()
collectionjava.util.List<IAxis> getYAxes()
SciChartSurface.getYAxes()
collectionIAxis getXAxis()
IAxis getYAxis()