Releasing LightningChart Python Trader 1.1
Introducing new product features and UX improvements.
Releasing new product features
In this version, LightningChart Python Trader introduces four new features: drawing tool pointer events, chart-level pointer events, value label controls, and data point management.
Drawing Tool Pointer Events
Drawing tools now support comprehensive pointer event handling, allowing for custom interactions and dynamic chart updates. All drawing tools can now respond to user interactions via Python callbacks. The available events are:
on_pointer_down():Triggered when clicking on a drawing toolon_pointer_up():Triggered when releasing the mouse buttonon_pointer_enter():Triggered when the cursor enters the tool areaon_pointer_leave():Triggered when the cursor exits the tool areaon_drawing_tool_moved():Triggered when the tool position changes
Chart-Level Pointer Events
The charts now support pointer event tracking, which allows building custom interactions, tooltips, or analysis tools. The available events are:
on_pointer_down():Triggered when clicking on a drawing toolon_pointer_up():Triggered when releasing the mouse buttonon_pointer_move():Triggered when the cursor moves
Value Label Controls
Fine-grained control over value labels allows customization of how the latest values are displayed for both price data and indicators. The new available controls are:
show_value_labels(bool):Show/hide all value labelsset_latest_value_label_type(str):Control the latest price label display
Data Point Management
The new data point management methods provide users with programmatic access to the chart’s data and automatic data-point limiting for real-time applications. All the data points containing full OHLC information, date-time stamps, and optional volume / open interest fields can now be retrieved using the get_data_point_array() function.
The chart also includes a built-in mechanism for automatically dropping old data points in streaming scenarios to maintain performance. This can be enabled or disabled via enable_data_point_limit(bool) and configured with set_data_point_limit(int) to control the maximum number of data points kept in memory.
Library Improvements
LightningChart Python Trader 1.1 also prioritizes improving the developer experience and overall UX. Here are some of the enhacements:
Axis Interaction Controls: Customize mouse button behavior for each axis independently, choosing from DragZoom, Pan, RectangleZoom, ZoomToEnd, or Off to control panning and zooming.
Enhanced Menu Customization: Enhanced menu controls allow you to hide specific UI elements for cleaner, custom interfaces. For example, hiding indicator controls or X/Y axis dropdown action buttons.
Drawing Tool Position Tracking: Get the current positions of drawing tools programmatically via get_position() for analysis, synchronization, or state management.
Enhanced Event System: All event methods now support both subscription and unsubscription patterns for flexible event management.
DateTime Handling Improvements: Behind the scenes, datetime conversion has been completely rewritten to ensure proper handling of date objects throughout the library, fixing edge cases with CSV loading and data manipulation.
New Visual Customization Methods
We have introduced new styling methods to provide greater control over how the chart looks.
chart.set_splitter_color("#FF6600"): #Orange splitter lineschart.set_border_color('#00FF00’):#Green borderchart.set_axis_color('#0000FF’): #Blue axeschart.show_chart_border(True)chart.set_zooming_sensitivity(1.5)
Get LightningChart Python Trader 1.1
Getting started with LightningChart Python Trader is easy. We’ve compiled a comprehensive documentation and 26+ examples that can be easily downloaded as ZIP files (requires a license key to run) to help you get started visualizing financial data in Python.
See more news
Best Telerik Charts Alternative in 2026: GPU Performance for WPF, WinForms, and Web
Telerik from Progress is a comprehensive UI component suite covering WPF, WinForms, ASP.NET, Blazor, and JavaScript. The charting components: RadChartView for WPF and WinForms, and Kendo UI Charts for web and Blazor, arrive bundled with the suite purchase. For teams...
Streaming Data Visualization with WebSockets (2026): The Complete Tutorial
Every WebSocket tutorial on the internet shows the same thing: a server sends a random number every second, a chart updates. It works. The demo looks great. Then you deploy to production, your IoT sensors push 800 updates per second across twelve channels, and the...
Best ScottPlot Alternative in 2026: GPU Rendering, 3D Charts, Cross-Language Support
ScottPlot is genuinely excellent for what it is: a free, MIT-licensed, actively developed .NET plotting library with an honest focus on interactive large-dataset display. The GDI+ rasterized renderer — which draws the entire chart as a pixel bitmap rather than...
Using Fibonacci Tools in Trading: A Practical Guide for Market Analysis
Using Fibonacci Tools in Trading: A Practical Guide for Market AnalysisTechnical traders rely on various tools to identify potential support, resistance, and price targets. Among the most widely used are Fibonacci tools, which are based on the mathematical sequence...
