API Reference
Chart
<Chart> | Root chart component |
ScaleSmoothingConfig | Y-scale transition smoothing |
BordersConfig | Chart border styling |
CrosshairsConfig | Crosshair configuration |
TimeCrosshairConfig | Time crosshair configuration |
ValueCrosshairConfig | Value crosshair configuration |
TimeCrosshairLabelConfig | Time crosshair label |
ValueCrosshairLabelConfig | Value crosshair label |
GridConfig | Grid line configuration |
XAxisConfig | X-axis configuration |
DataPoint | OHLCV data point |
Granularity | Candle time interval |
Panel
PanelConfig | Panel configuration |
PanelControlsConfig | Panel controls configuration |
Layer
LayerConfig | Union of built-in and custom layer config types |
LayerType | Derived built-in types plus custom strings |
BaseLayerConfig | Shared properties for all layers |
| Custom Layers | Define and register chart-scoped indicator layers |
AdxLayerConfig | Average Directional Index |
AreaLayerConfig | Area price chart |
AtrLayerConfig | Average True Range |
BollingerBandsLayerConfig | Bollinger Bands |
CandlestickLayerConfig | Candlesticks |
CciLayerConfig | Commodity Channel Index |
EmaLayerConfig | Exponential Moving Average |
MacdLayerConfig | MACD |
ObvLayerConfig | On-Balance Volume |
OhlcBarsLayerConfig | OHLC bars |
ParabolicSarLayerConfig | Parabolic SAR |
PriceLineLayerConfig | Price line |
RsiLayerConfig | Relative Strength Index |
SmaLayerConfig | Simple Moving Average |
StochasticLayerConfig | Stochastic Oscillator |
VolumeBarsLayerConfig | Volume bars |
WilliamsRLayerConfig | Williams %R |
YAxisConfig | Y-axis configuration |
Drawing
| Custom Drawings | Define and register chart-scoped drawing overlays |
Value Marker
ValueMarkerConfig | Value marker configuration |
DirectionalValueMarkerConfig | Directional value marker configuration |
ValueMarkerMode | Value marker mode |
Legend
LegendConfig | Legend configuration |
LegendFieldConfig | Legend field configuration |
Elements
Line
LineConfig | Line styling |
DirectionalLineConfig | Directional line styling |
Bar
BarConfig | Bar styling |
DirectionalBarConfig | Directional bar styling |
Label
LabelConfig | Base label styling |
ValueLabelConfig | Value axis label |
TimeLabelConfig | Time axis label |
BoxedValueLabelConfig | Boxed value label |
BoxedTimeLabelConfig | Boxed time label |
Button
ButtonConfig | Button styling |
Theme
Theme | Full theme interface |
| Light Theme | Default light theme values |
| Dark Theme | Default dark theme values |