| Package | xp.charting |
| Class | public class CandlestickSeries |
| Inheritance | CandlestickSeries HLOCSeries AxisSeries Series ChartStyleClient ChartDisplayElement ProgrammaticSkin mx.core.FlexSprite |
Hide MXML Syntax
The <mx:CandlestickSeries> tag inherits all the properties of its parent classes, and
the following properties:
<mx:CandlestickSeries
Styles
downFill="IFill; no default"
upFill="IFill; no default"
/>
| Method | Defined by | ||
|---|---|---|---|
|
Constructor
| CandlestickSeries | ||
![]() |
axesChanged():void
Notifes the series that parent SeriesSet's assigned chartAxes may have been changed.
| AxisSeries | |
![]() |
clearStyle(styleProp:String):void
| ChartStyleClient | |
![]() |
determineTextFormatFromStyles():UITextFormat
| ChartStyleClient | |
![]() |
getClassStyleDeclarations():Array
| ChartStyleClient | |
![]() |
getDataPoint(x:int, y:int, sensitivity:int, checkXY:Boolean = true):DataPoint
| Series | |
![]() |
getField(fieldName:String):DataFieldDesc
| Series | |
![]() |
getMax(axisType:String):Number
| AxisSeries | |
![]() |
getMin(axisType:String):Number
| AxisSeries | |
![]() |
getMinInterval(axisType:String):Number
| AxisSeries | |
![]() |
getStyle(styleProp:String):*
| ChartStyleClient | |
![]() |
hasField(fieldName:String):Boolean
| Series | |
![]() |
initElement(chart:IChartArea):void
| ChartDisplayElement | |
![]() |
invalidateDisplayList():void
| ProgrammaticSkin | |
![]() |
invalidateProperties():void
| ProgrammaticSkin | |
![]() |
invalidateSize():void
| ProgrammaticSkin | |
![]() |
move(x:Number, y:Number):void
Moves this object to the specified x and y coordinates.
| ProgrammaticSkin | |
![]() |
notifyStyleChangeInChildren(styleProp:String, recursive:Boolean):void
| ChartStyleClient | |
![]() |
parentChanged(p:DisplayObjectContainer):void
| ChartStyleClient | |
![]() |
regenerateStyleCache(recursive:Boolean):void
| ChartStyleClient | |
![]() |
registerEffects(effects:Array):void
| ChartStyleClient | |
![]() |
setActualSize(newWidth:Number, newHeight:Number):void
Sets the height and width of this object.
| ProgrammaticSkin | |
![]() |
setChartDimensions():void
Set the physical pixel size of the chart
| AxisSeries | |
![]() |
setStyle(styleProp:String, newValue:*):void
| ChartStyleClient | |
![]() |
styleChanged(styleProp:String):void
Whenever any style changes, redraw this skin.
| Series | |
![]() |
validateDisplayList():void
| ChartDisplayElement | |
![]() |
validateNow():void
Validate and update the properties and layout of this object
and redraw it, if necessary.
| ProgrammaticSkin | |
![]() |
validateProperties():void
| ProgrammaticSkin | |
![]() |
validateSize(recursive:Boolean = false):void
| ChartDisplayElement | |
| Style | Description | Defined by | ||
|---|---|---|---|---|
|
downFill
| Type: mx.graphics.IFill CSS Inheritance: no Sets the declining fill for this data series, used when the closing value of an element is less than the opening value. You can specify either an object implementing the IFill interface, or a number representing a solid color value. You can also specify a solid fill using CSS. | CandlestickSeries | ||
![]() | Type: Boolean CSS Inheritance: no Boolean property that specifies whether the component has a visible drop shadow. | Series | ||
![]() | Type: mx.graphics.IFill CSS Inheritance: no Sets the fill for this data series. | Series | ||
![]() | Type: mx.graphics.IStroke CSS Inheritance: no Specifies the stroke to use for hilo line if an opening value is specified. | HLOCSeries | ||
![]() | Type: xp.charting.IMarkerRenderer CSS Inheritance: yes | Series | ||
![]() | Type: int CSS Inheritance: yes | Series | ||
![]() | Type: mx.graphics.IStroke CSS Inheritance: yes | Series | ||
![]() | Type: String CSS Inheritance: yes | Series | ||
![]() | Type: xp.charting.IMarkerRenderer CSS Inheritance: yes | Series | ||
![]() | Type: int CSS Inheritance: yes | Series | ||
![]() | Type: mx.graphics.IStroke CSS Inheritance: yes | Series | ||
![]() | Type: String CSS Inheritance: yes | Series | ||
![]() | Type: Number CSS Inheritance: no Sets the stroke width for this data series. | Series | ||
![]() | Type: Number CSS Inheritance: no The drop shadow alpha | Series | ||
![]() | Type: uint Format: Color CSS Inheritance: yes Color of the drop shadow. | Series | ||
![]() | Type: String CSS Inheritance: no Direction of the drop shadow. | Series | ||
![]() | Type: Number Format: Length CSS Inheritance: no Distance of the drop shadow. | Series | ||
![]() | Type: Boolean CSS Inheritance: no Controls whether a cursor is attached to this series Only one series per chart (or subchart) can have a cursor attached | Series | ||
![]() | Type: Boolean CSS Inheritance: yes | Series | ||
![]() | Type: Boolean CSS Inheritance: yes controls whether marker are always shown(if false they are only shown with tooltip) | Series | ||
![]() | Type: mx.graphics.IStroke CSS Inheritance: no Sets the stroke style for this data series. | Series | ||
![]() | Type: Number Format: Length CSS Inheritance: no Specifies the length, in pixels, for the open and close tick mark. | HLOCSeries | ||
![]() | Type: mx.graphics.IStroke CSS Inheritance: no Specifies the stroke to use for the open/close tick mark if an opening value is specified. | HLOCSeries | ||
|
upFill
| Type: mx.graphics.IFill CSS Inheritance: no Sets the advancing fill for this data series, used when the closing value of an element is greater than the opening value. You can specify either an object implementing the IFill interface, or a number representing a solid color value. You can also specify a solid fill using CSS. | CandlestickSeries | ||
| CandlestickSeries | () | constructor |
public function CandlestickSeries()Constructor
| checkDataPoint | () | method |
protected override function checkDataPoint(x:int, y:int, sensitivity:int, checkXY:Boolean = true):DataPointParameters
x:int |
|
y:int |
|
sensitivity:int |
|
checkXY:Boolean (default = true) |
DataPoint |
| renderItems | () | method |
protected override function renderItems():void