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.

Constructors

Link copied to clipboard
constructor(x: Double, canvasX: Float, entry: CandlestickCartesianLayerModel.Entry, openingCanvasY: Float, closingCanvasY: Float, lowCanvasY: Float, highCanvasY: Float, openingColor: Int, closingColor: Int, lowColor: Int, highColor: Int)

Properties

Link copied to clipboard
open override val canvasX: Float

The pixel x coordinate.

Link copied to clipboard

the pixel y coordinate of the body edge corresponding to CandlestickCartesianLayerModel.Entry.closing.

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
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
Link copied to clipboard

the pixel y coordinate of the body edge corresponding to CandlestickCartesianLayerModel.Entry.opening.

Link copied to clipboard
Link copied to clipboard
open override val x: Double

The x value.