public class CartesianChartAreaModel extends ChartAreaModelWithAxes
ChartAreaModelWithAxes
that introduces areas.ChartElement.Predicate<T>
primaryFirstAxis, primarySecondAxis
children
PROPERTY_CHANGED_MESSAGE, PROPERTY_CHANGING_MESSAGE, trackPropertyChanged, trackPropertyChanging
Constructor and Description |
---|
CartesianChartAreaModel()
Creates an instance of the
CartesianChartAreaModel class. |
Modifier and Type | Method and Description |
---|---|
void |
applyLayoutRounding()
Applies layout snapping and corrects rounding errors.
|
DataTuple |
convertPointToData(RadPoint coordinates,
AxisModel firstAxis,
AxisModel secondAxis) |
CartesianChartGridModel |
getGrid()
Gets the
CartesianChartGridModel instance that decorates the background of this plot area. |
Iterable<String> |
getNotLoadedReasons()
Generates a collection of reasons describing why the chart
could not be loaded.
|
addAnnotation, canAddChild, isTreeLoaded, removeAnnotation, removeAxis, setAxis, setGrid
beginUpdate, endUpdate, getDispatcher, getPlotArea, getSeries, getView, invalidate, invalidateNode, isSuspended, loadElementTree, onPanOffsetChanged, onZoomChanged, previewMessage
enumDescendants, enumDescendants, enumDescendants, findAncestor, findDescendant, getPresenter, isAncestorOf, setPresenter
arrange, arrange, chartArea, clearValue, collectionIndex, getLayoutSlot, getNodeState, getParent, index, invalidate, isVisible, load, setIsVisible, setParent, setValue
getTypedValue, getValue, isLocalValue
public CartesianChartAreaModel()
CartesianChartAreaModel
class.public CartesianChartGridModel getGrid()
CartesianChartGridModel
instance that decorates the background of this plot area.public void applyLayoutRounding()
ChartNode
applyLayoutRounding
in class ChartNode
public Iterable<String> getNotLoadedReasons()
ChartAreaModel
getNotLoadedReasons
in class ChartAreaModel
Iterable
implementation providing access
to the not loaded reasons.