public class OhlcSeries extends OhlcSeriesBase
RadCartesianChartView
.Modifier and Type | Field and Description |
---|---|
static int |
DOWN_STROKE_COLOR_PROPERTY_KEY |
static int |
DOWN_STROKE_WIDTH_PROPERTY_KEY |
STROKE_COLOR_PROPERTY_KEY, STROKE_WIDTH_PROPERTY_KEY
SERIES_Z_INDEX
Constructor and Description |
---|
OhlcSeries()
Creates an instance of the
OhlcSeries class. |
Modifier and Type | Method and Description |
---|---|
int |
getDownStrokeColor()
Gets the current down stroke color.
|
float |
getDownStrokeWidth()
Gets the current down stroke width.
|
void |
setDownStrokeColor(int color)
Sets the current down stroke color.
|
void |
setDownStrokeWidth(float width)
Sets the current down stroke width.
|
void |
setStrokeWidth(float strokeWidth)
Sets the current stroke width.
|
dataPoints, getCategoryBinding, getCloseBinding, getHighBinding, getLegendFillColor, getLegendStrokeColor, getLowBinding, getOpenBinding, getStrokeColor, getStrokeWidth, setCategoryBinding, setCategoryBinding, setCloseBinding, setCloseBinding, setData, setHighBinding, setHighBinding, setLowBinding, setLowBinding, setOpenBinding, setOpenBinding, setStrokeColor
chartAxisChanged, getHorizontalAxis, getVerticalAxis, setHorizontalAxis, setVerticalAxis
getDataPointRenderer, 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, 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 static final int DOWN_STROKE_COLOR_PROPERTY_KEY
public static final int DOWN_STROKE_WIDTH_PROPERTY_KEY
public OhlcSeries()
OhlcSeries
class.public int getDownStrokeColor()
public void setDownStrokeColor(int color)
color
- the new down stroke color.public float getDownStrokeWidth()
public void setDownStrokeWidth(float width)
width
- the new down stroke width.public void setStrokeWidth(float strokeWidth)
OhlcSeriesBase
setStrokeWidth
in class OhlcSeriesBase
strokeWidth
- the new stroke width.