Skip to main content

Chart Marker

Chart Marker is cursor-based component that can be plotted on a Chart.

import lightningchart as lc

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

chart = lc.ChartXY()

marker = chart.add_chart_marker()
marker.set_position(30.0, -2.0)
Chart MarkerChart Marker