Candle Stick Config
data class CandleStickConfig(val positiveColor: Color, val negativeColor: Color, val wickColor: Color, val canCandleScale: Boolean, val wickWidthScale: Float = 0.05f)
Configuration options for a candlestick chart.
Parameters
positive Color
The color of positive (rising) candles.
negative Color
The color of negative (falling) candles.
wick Color
The color of the wicks (lines) connecting the candle bodies.
can Candle Scale
Whether the candles can be scaled.
wick Width Scale
The scaling factor for the width of the wicks, relative to the candle width.