Skip to main content

Text Box

Text Box is a component that can display textual information on top of a chart.

import lightningchart as lc

lc.set_license('my-license-key')

chart = lc.ChartXY()

text_box = chart.add_textbox()
text_box.set_text('Hello, world!')
Text BoxText Box