CandlestickCartesianLayerMarkerTarget
data class CandlestickCartesianLayerMarkerTarget(val x: Double, val canvasX: Float, val entry: CandlestickCartesianLayerModel.Entry, val openingCanvasY: Float, val closingCanvasY: Float, val lowCanvasY: Float, val highCanvasY: Float, val openingColor: Int, val closingColor: Int, val lowColor: Int, val highColor: Int) : CartesianMarker.Target
Houses information on a CandlestickCartesianLayer candle to be marked.
Properties
Link copied to clipboard
the pixel y coordinate of the body edge corresponding to CandlestickCartesianLayerModel.Entry.closing.
Link copied to clipboard
the color of CandlestickCartesianLayer.Candle.body.
Link copied to clipboard
Link copied to clipboard
the pixel y coordinate of the top wick’s top edge, which corresponds to CandlestickCartesianLayerModel.Entry.high.
Link copied to clipboard
the color of CandlestickCartesianLayer.Candle.topWick.
Link copied to clipboard
the pixel y coordinate of the bottom wick’s bottom edge, which corresponds to CandlestickCartesianLayerModel.Entry.low.
Link copied to clipboard
the color of CandlestickCartesianLayer.Candle.bottomWick.
Link copied to clipboard
the pixel y coordinate of the body edge corresponding to CandlestickCartesianLayerModel.Entry.opening.
Link copied to clipboard
the color of CandlestickCartesianLayer.Candle.body.