public abstract class CartesianAxis extends LineAxis
RadCartesianChartView
.
This class is abstract and should not be used directly in your application.Modifier and Type | Field and Description |
---|---|
int |
linkedSeriesCount |
LINE_COLOR_PROPERTY_KEY, LINE_THICKNESS_PROPERTY_KEY
AXIS_Z_INDEX, LABEL_COLOR, LABEL_COLOR_PROPERTY_KEY, LABEL_FIT_MODE, LABEL_FIT_MODE_PROPERTY_KEY, LABEL_FONT_KEY, LABEL_FONT_PROPERTY_KEY, LABEL_FONT_STYLE_KEY, LABEL_FONT_STYLE_PROPERTY_KEY, LABEL_ROTATION_ANGLE, LABEL_ROTATION_ANGLE_PROPERTY_KEY, LABEL_SIZE_KEY, LABEL_SIZE_PROPERTY_KEY, LINE_COLOR_KEY, LINE_THICKNESS_KEY, TICK_COLOR_KEY, TICK_COLOR_PROPERTY_KEY, TICK_THICKNESS_KEY, TICK_THICKNESS_PROPERTY_KEY
Modifier and Type | Method and Description |
---|---|
AxisHorizontalLocation |
getHorizontalLocation()
Gets a value from the
AxisHorizontalLocation
enum determining the horizontal location of the current CartesianAxis instance. |
AxisVerticalLocation |
getVerticalLocation()
Gets a value from the
AxisVerticalLocation
enum determining the vertical location of the current CartesianAxis instance. |
void |
setHorizontalLocation(AxisHorizontalLocation value)
Sets a value from the
AxisHorizontalLocation
enum determining the horizontal location of the current CartesianAxis instance. |
void |
setVerticalLocation(AxisVerticalLocation value)
Sets a value from the
AxisVerticalLocation
enum determining the vertical location of the current CartesianAxis instance. |
getLineColor, getLineDashArray, getLineThickness, getShowLine, render, setLineColor, setLineDashArray, setLineThickness, setShowLine
getAxisType, getDataPointsForValue, getLabelFitMode, getLabelFont, getLabelFontStyle, getLabelFormat, getLabelInterval, getLabelLayoutMode, getLabelMargin, getLabelOffset, getLabelRenderer, getLabelRotationAngle, getLabelSize, getLabelTextColor, getLabelValueToStringConverter, getLastLabelVisibility, getLastLayoutContext, getLayoutSlot, getMajorTickOffset, getModel, getShowLabels, getTickColor, getTickThickness, getVerticalWidth, renderLabel, resolveLabelRenderer, setAxisType, setLabelFitMode, setLabelFont, setLabelFontStyle, setLabelFormat, setLabelInterval, setLabelLayoutMode, setLabelMargin, setLabelOffset, setLabelRenderer, setLabelRotationAngle, setLabelSize, setLabelTextColor, setLabelValueToStringConverter, setLastLabelVisibility, setMajorTickOffset, setShowLabels, setTickColor, setTickThickness, setVerticalWidth
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 AxisHorizontalLocation getHorizontalLocation()
AxisHorizontalLocation
enum determining the horizontal location of the current CartesianAxis
instance.AxisHorizontalLocation
instance.public void setHorizontalLocation(AxisHorizontalLocation value)
AxisHorizontalLocation
enum determining the horizontal location of the current CartesianAxis
instance.value
- the AxisHorizontalLocation
instance.public AxisVerticalLocation getVerticalLocation()
AxisVerticalLocation
enum determining the vertical location of the current CartesianAxis
instance.AxisVerticalLocation
instance.public void setVerticalLocation(AxisVerticalLocation value)
AxisVerticalLocation
enum determining the vertical location of the current CartesianAxis
instance.value
- the AxisVerticalLocation
instance.