Candle Stick Config
constructor(positiveColor: Color, negativeColor: Color, wickColor: Color, canCandleScale: Boolean, wickWidthScale: Float = 0.05f)
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.