public abstract class CartesianSeries extends PointTemplateSeries
ChartSeries
that may be visualized by a RadCartesianChartView
instance.SERIES_Z_INDEX
Modifier and Type | Method and Description |
---|---|
void |
chartAxisChanged(CartesianAxis oldAxis,
CartesianAxis newAxis)
Occurs when one of the axes of the owning
RadCartesianChartView has been changed. |
CartesianAxis |
getHorizontalAxis()
Gets the visual
CartesianAxis instance that will be used to plot points along the horizontal (x) axis. |
CartesianAxis |
getVerticalAxis()
Gets the visual
CartesianAxis instance that will be used to plot points along the vertical (y) axis. |
void |
setHorizontalAxis(CartesianAxis value)
Sets the visual
CartesianAxis instance that will be used to plot points along the horizontal (x) axis. |
void |
setVerticalAxis(CartesianAxis value)
Sets the visual
CartesianAxis instance that will be used to plot points along the vertical (y) axis. |
getDataPointRenderer, getLegendFillColor, getLegendStrokeColor, getLegendTitle, getSelectedChangeListener, onPointAdded, onPointRemoved, setDataPointRenderer, setIsSelected, setLegendTitle, setSelectedChangeListener
addPropertyChangedListener, dataSource, findClosestPoint, getClipToPlotArea, getData, getDistanceToPoint, getIsSelected, getIsVisibleInLegend, getLabelFillColor, getLabelFont, getLabelFontStyle, getLabelFormat, getLabelMargin, getLabelRenderer, getLabelSize, getLabelStrokeColor, getLabelTextColor, getLabelValueToStringConverter, getPlotAreaSize, getSelectionMode, getShowLabels, hitTest, hitTestDataPoint, model, onBoundItemPropertyChanged, onDataBindingComplete, onDataPointIsSelectedChanged, postRender, removePropertyChangedListener, render, setClipToPlotArea, setData, setIsVisibleInLegend, setLabelFillColor, setLabelFont, setLabelFontStyle, setLabelFormat, setLabelMargin, setLabelPadding, setLabelRenderer, setLabelSize, setLabelStrokeColor, setLabelTextColor, setLabelValueToStringConverter, setSelectionMode, setShowLabels
attach, detach, getCanApplyPalette, getChart, getCollectionIndex, getPalette, getZIndex, invalidatePalette, onPaletteInvalidated, onPaletteUpdated, requestLayout, requestRender, setZIndex, updatePalette
getPaletteFamily, getPaletteFamilyCore, isLoaded, isPaletteApplied, isVisible, measureContent, paletteFamily, refreshNode, setCanApplyPalette, setPaletteFamily, setVisible, setVisible
getValue, resetPropertyValue, setValue, setValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIsSelected
getCollectionIndex, invalidatePalette, measureContent, refreshNode
public CartesianAxis getHorizontalAxis()
CartesianAxis
instance that will be used to plot points along the horizontal (x) axis.CartesianAxis
instance that will be used to plot points along the horizontal (x) axis.public void setHorizontalAxis(CartesianAxis value)
CartesianAxis
instance that will be used to plot points along the horizontal (x) axis.value
- The visual CartesianAxis
instance that will be used to plot points along the horizontal (x) axis.public CartesianAxis getVerticalAxis()
CartesianAxis
instance that will be used to plot points along the vertical (y) axis.CartesianAxis
instance that will be used to plot points along the vertical (y) axis.public void setVerticalAxis(CartesianAxis value)
CartesianAxis
instance that will be used to plot points along the vertical (y) axis.value
- The visual CartesianAxis
instance that will be used to plot points along the vertical (y) axis.public void chartAxisChanged(CartesianAxis oldAxis, CartesianAxis newAxis)
RadCartesianChartView
has been changed.oldAxis
- The old axis.newAxis
- The new axis.