kline_chart library
Classes
- KLineCandleStyle
- Visual styling for candlestick bodies and wicks.
- KLineChartStyle
- Visual styling for the main chart canvas and auxiliary chart labels.
- KLineController
- KLineCrosshairStyle
- Visual styling for the long-press crosshair.
- KLineData
- KLineDataChange
- KLineInfoStyle
- Visual styling for the long-press candle detail overlay.
- KLineMarker
- Point annotation anchored to a candle time and price.
- KLineOverlay
- Base type for display-only annotations drawn over the main K-line chart.
- KLineOverlayStyle
- Visual styling for display-only chart overlays.
- KLinePriceLine
- Horizontal line annotation at a fixed price.
- KLinePriceZone
- Filled price range annotation between two price values.
- KLineVerticalLine
- Vertical event line annotation anchored to a candle time.
- KLineView
- KLineVolumeStyle
- Visual styling for volume bars.
- KLineZoomResult
- LongPressOffset
Enums
- IndicatorType
- KLineDataChangeType
- KLineMarkerType
- Marker category used by KLineMarker.
- KLineTimeLabelGranularity
- Time label granularity selected from the currently visible time span.
Typedefs
- KLineIndicatorFormatter = String Function(double value, IndicatorType type, int? period)
- Formats an indicator value for display.
- KLineNumberFormatter = String Function(double value)
- Formats a price or volume value for display.
- KLineTimeFormatter = String Function(DateTime time, KLineTimeLabelGranularity granularity)
- Formats a time axis label for display.