public interface IRenderableSeriesBase
extends com.scichart.core.IServiceProvider, com.scichart.core.framework.IInvalidatableElement
Modifier and Type | Method and Description |
---|---|
boolean |
getIsSelected()
Gets whether this series is selected
|
boolean |
getIsVisible()
Gets whether this series is visible when drawn
|
boolean |
isValidForDrawing()
Checks whether this series is valid for drawing
|
boolean |
isValidForUpdate()
Checks whether this series is valid for update
|
void |
setIsSelected(boolean isSelected)
Sets whether this series is selected
|
void |
setIsVisible(boolean isVisible)
Sets whether this series is visible when drawn
|
boolean getIsVisible()
void setIsVisible(boolean isVisible)
isVisible
- New isVisible valueboolean getIsSelected()
void setIsSelected(boolean isSelected)
isSelected
- New isSelected valueboolean isValidForUpdate()
boolean isValidForDrawing()