public class ChartPlotAreaModel extends ChartElement
ChartElement.Predicate<T>
children
PROPERTY_CHANGED_MESSAGE, PROPERTY_CHANGING_MESSAGE, trackPropertyChanged, trackPropertyChanging
Modifier and Type | Method and Description |
---|---|
RadRect |
arrange(RadRect rect)
|
ModifyChildrenResult |
canAddChild(ChartNode child)
Gets a
ModifyChildrenResult value that determines if a child can be added to this element. |
ElementCollection<ChartSeriesModel> |
getSeries()
Gets a
ElementCollection instance that holds
the currently available Chart series. |
enumDescendants, enumDescendants, enumDescendants, findAncestor, findDescendant, getPresenter, isAncestorOf, setPresenter
applyLayoutRounding, arrange, chartArea, clearValue, collectionIndex, getLayoutSlot, getNodeState, getParent, index, invalidate, isTreeLoaded, isVisible, load, setIsVisible, setParent, setValue
getTypedValue, getValue, isLocalValue
public ElementCollection<ChartSeriesModel> getSeries()
ElementCollection
instance that holds
the currently available Chart series.public ModifyChildrenResult canAddChild(ChartNode child)
ChartElement
ModifyChildrenResult
value that determines if a child can be added to this element.canAddChild
in class ChartElement
child
- The child to be considered.