public abstract class CartesianChartAnnotation extends ChartLabelAnnotation
ChartAnnotation
instances that are part of a
RadCartesianChartView
.HORIZONTAL_ALIGNMENT_PROPERTY_KEY, HORIZONTAL_OFFSET_PROPERTY_KEY, LABEL_FORMAT_PROPERTY_KEY, LABEL_LOCATION_PROPERTY_KEY, VERTICAL_ALIGNMENT_PROPERTY_KEY, VERTICAL_OFFSET_PROPERTY_KEY
ANNOTATION_Z_INDEX
Constructor and Description |
---|
CartesianChartAnnotation(CartesianAxis axis)
Creates an instance of the
CartesianChartAnnotation
class with specified application context, styleable attributes and default style. |
Modifier and Type | Method and Description |
---|---|
CartesianAxis |
getAxis()
Gets the current axis.
|
void |
setAxis(CartesianAxis value)
Sets the current axis.
|
getLabel, getLabelFormat, getLabelHorizontalAlignment, getLabelHorizontalOffset, getLabelLocation, getLabelSize, getLabelVerticalAlignment, getLabelVerticalOffset, setLabel, setLabelFormat, setLabelHorizontalAlignment, setLabelHorizontalOffset, setLabelLocation, setLabelSize, setLabelVerticalAlignment, setLabelVerticalOffset
getClipToPlotArea, getModel, render, setClipToPlotArea
attach, detach, getCanApplyPalette, getChart, getCollectionIndex, getPalette, getZIndex, invalidatePalette, onPaletteInvalidated, onPaletteUpdated, requestLayout, requestRender, setZIndex, updatePalette
getPaletteFamily, getPaletteFamilyCore, isLoaded, isPaletteApplied, isVisible, measureContent, paletteFamily, postRender, refreshNode, setCanApplyPalette, setPaletteFamily, setVisible, setVisible
getValue, resetPropertyValue, setValue, setValue
public CartesianChartAnnotation(CartesianAxis axis)
CartesianChartAnnotation
class with specified application context, styleable attributes and default style.public CartesianAxis getAxis()
CartesianAxis
public void setAxis(CartesianAxis value)
value
- the new axis.CartesianAxis