T
- Must inherit from DataPoint
public abstract class SeriesModelWithAxes<T extends DataPoint> extends DataPointSeriesModel<T> implements SeriesModelWithAxes
RadCartesianChartView
.ChartSeriesModel.DataPointsChangedListener
ChartElement.Predicate<T>
DATA_POINTS_MODIFIED_MESSAGE_KEY
children
PROPERTY_CHANGED_MESSAGE, PROPERTY_CHANGING_MESSAGE, trackPropertyChanged, trackPropertyChanging
Constructor and Description |
---|
SeriesModelWithAxes() |
Modifier and Type | Method and Description |
---|---|
void |
attachAxis(AxisModel axis,
AxisType type)
Used to attach an axis of a given type.
|
void |
detachAxis(AxisModel axis)
Used to detach a selected axis.
|
AxisModel |
getFirstAxis()
Gets the first axis as
AxisModel . |
AxisModel |
getSecondAxis()
Gets the second axis as
AxisModel . |
dataPoints, getVirtualizationEnabled, setVirtualizationEnabled, updateVisibleDataPoints, visibleDataPoints
getCombinedPlotStrategy, getCombinedRoundLayoutStrategy, getDataPointsChangedListener, getDefaultPlotMode, selectPlotMode, setDataPointsChangedListener
canAddChild, enumDescendants, enumDescendants, enumDescendants, findAncestor, findDescendant, getPresenter, isAncestorOf, setPresenter
applyLayoutRounding, arrange, arrange, chartArea, clearValue, collectionIndex, getLayoutSlot, getNodeState, getParent, index, invalidate, isTreeLoaded, isVisible, load, setIsVisible, setParent, setValue
getTypedValue, getValue, isLocalValue
public AxisModel getFirstAxis()
SeriesModelWithAxes
AxisModel
.getFirstAxis
in interface SeriesModelWithAxes
AxisModel
public AxisModel getSecondAxis()
SeriesModelWithAxes
AxisModel
.getSecondAxis
in interface SeriesModelWithAxes
AxisModel
public void attachAxis(AxisModel axis, AxisType type)
SeriesModelWithAxes
attachAxis
in interface SeriesModelWithAxes
axis
- the axis to be attached.type
- the type of the axis.AxisModel
,
AxisType
public void detachAxis(AxisModel axis)
SeriesModelWithAxes
detachAxis
in interface SeriesModelWithAxes
axis
- the axis to be detached.AxisModel