public abstract class BaseBandRenderableSeries extends XyyRenderableSeriesBase
Modifier and Type | Field and Description |
---|---|
protected com.scichart.core.framework.SmartProperty<com.scichart.drawing.common.BrushStyle> |
fillBrushStyleProperty |
protected com.scichart.core.framework.SmartProperty<com.scichart.drawing.common.BrushStyle> |
fillY1BrushStyleProperty |
protected com.scichart.core.framework.SmartProperty<com.scichart.drawing.common.PenStyle> |
strokeY1StyleProperty |
clipToBoundsProperty, drawNaNAsProperty, resamplingModeProperty, strokeStyleProperty, TAG, xAxisIdProperty, yAxisIdProperty, zeroLineYProperty
invalidateElementCallback, isSelectedProperty, isVisibleProperty, opacityProperty, services
Modifier | Constructor and Description |
---|---|
protected |
BaseBandRenderableSeries(XyyRenderPassData currentRenderPassData,
IHitProvider hitProvider,
INearestPointProvider nearestPointProvider)
Creates a new instance of
BaseBandRenderableSeries class |
Modifier and Type | Method and Description |
---|---|
void |
applyThemeProvider(IThemeProvider themeProvider)
Applies specified theme to current instance
|
com.scichart.drawing.common.BrushStyle |
getFillBrushStyle()
Gets the fill style for the shaded area when Y1 is less than Y0
|
com.scichart.drawing.common.BrushStyle |
getFillY1BrushStyle()
Gets the fill style for the shaded area when when Y1 is greater than Y0
|
int |
getSeriesColor()
Gets the color which represents this
IRenderableSeries instance. |
com.scichart.drawing.common.PenStyle |
getStrokeY1Style()
Gets the stroke style the Y1 line.
|
void |
setFillBrushStyle(com.scichart.drawing.common.BrushStyle fillBrushStyle)
Sets the fill style for the shaded area when Y1 is less than Y0
|
void |
setFillY1BrushStyle(com.scichart.drawing.common.BrushStyle fillY1BrushStyle)
Sets the fill style for the shaded area when when Y1 is greater than Y0
|
void |
setStrokeY1Style(com.scichart.drawing.common.PenStyle strokeY1Style)
Sets the stroke style the Y1 line.
|
disposeCachedData, internalUpdateRenderPassData, isOfValidType
attachTo, detach, drawPointMarkers, getClipToBounds, getContext, getCurrentRenderPassData, getDataSeries, getDataSeriesLock, getDrawNaNAs, getPaletteProvider, getParentSurface, getPointMarker, getRenderPassDataLock, getRenderPassDataTransformation, getResamplingMode, getSeriesInfoProvider, getStrokeStyle, getXAxis, getXAxisId, getXRange, getYAxis, getYAxisId, getYRange, getYZeroCoord, getZeroLineY, hasDataSeries, hitTest, hitTest, internalDraw, internalUpdate, invalidateElement, isUpdateOfRenderPassDataRequired, isValidForDrawing, isValidForUpdate, onDataSeriesChanged, onDraw, onRenderSurfaceChanged, onStrokeStyleChanged, setClipRect, setClipToBounds, setDataSeries, setDrawNaNAs, setPaletteProvider, setPointMarker, setRenderPassDataTransformation, setResamplingMode, setSeriesInfoProvider, setStrokeStyle, setXAxisId, setYAxisId, setZeroLineY, update, updateRenderPassData, verticalSliceHitTest
addIsSelectedChangeListener, addIsVisibleChangeListener, decrementSuspend, getIsSelected, getIsSuspended, getIsVisible, getOpacity, getSelectedSeriesStyle, getServices, getUpdateSuspenderCount, isAttached, removeIsSelectedChangeListener, removeIsVisibleChangeListener, resumeUpdates, setIsSelected, setIsVisible, setOpacity, setSelectedSeriesStyle, suspendUpdates
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addIsSelectedChangeListener, addIsVisibleChangeListener, getIsSelected, getIsVisible, getOpacity, getSelectedSeriesStyle, removeIsSelectedChangeListener, removeIsVisibleChangeListener, setIsSelected, setIsVisible, setOpacity, setSelectedSeriesStyle
protected final com.scichart.core.framework.SmartProperty<com.scichart.drawing.common.PenStyle> strokeY1StyleProperty
protected final com.scichart.core.framework.SmartProperty<com.scichart.drawing.common.BrushStyle> fillY1BrushStyleProperty
protected final com.scichart.core.framework.SmartProperty<com.scichart.drawing.common.BrushStyle> fillBrushStyleProperty
protected BaseBandRenderableSeries(XyyRenderPassData currentRenderPassData, IHitProvider hitProvider, INearestPointProvider nearestPointProvider)
BaseBandRenderableSeries
classcurrentRenderPassData
- The render pass data instancehitProvider
- The hit provider instancenearestPointProvider
- The nearest point provider instancepublic final com.scichart.drawing.common.PenStyle getStrokeY1Style()
BaseRenderableSeries.getStrokeStyle()
PenStyle
for Y1 linepublic final void setStrokeY1Style(com.scichart.drawing.common.PenStyle strokeY1Style)
BaseRenderableSeries.setStrokeStyle(PenStyle)
()}strokeY1Style
- The PenStyle
for Y1 linepublic final com.scichart.drawing.common.BrushStyle getFillBrushStyle()
BrushStyle
for the shaded area when Y1 is less than Y0public final void setFillBrushStyle(com.scichart.drawing.common.BrushStyle fillBrushStyle)
fillBrushStyle
- The BrushStyle
for the shaded area when Y1 is less than Y0public final com.scichart.drawing.common.BrushStyle getFillY1BrushStyle()
BrushStyle
for the shaded area when Y1 is greater than Y0public final void setFillY1BrushStyle(com.scichart.drawing.common.BrushStyle fillY1BrushStyle)
fillY1BrushStyle
- The BrushStyle
for the shaded area when Y1 is greater than Y0public int getSeriesColor()
IRenderableSeries
instance.getSeriesColor
in interface IRenderableSeries
getSeriesColor
in class BaseRenderableSeries
IRenderableSeries
instance.public void applyThemeProvider(IThemeProvider themeProvider)
applyThemeProvider
in interface IThemeable
applyThemeProvider
in class BaseRenderableSeries
themeProvider
- The IThemeProvider
instance which provides new theme for current instance