SetDocumentation Index
Fetch the complete documentation index at: https://brandtnewlabs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
mode="candle" and supply committed OHLC bars plus an optional in-progress candle. Both
must be SharedValues so the chart can read them on the UI thread.
The candle shape
Each bar is an OHLC bucket:candles— committed bars, sorted bytime.liveCandle— the in-progress bucket, updated each tick. Set it tonullbetween buckets.candleWidth— bucket size in seconds; drives bar width and spacing.
data / value are still used for the line/candle morph and momentum detection, so keep
feeding them alongside your candles.Coloring
Bullish/bearish body and wick colors come from the palette derived fromaccentColor + theme.
Override them precisely via the palette prop (candleUp, candleDown,
wickUp, wickDown).
See the full prop list in the LiveChart reference.