Skip to main content

LightningChart .NET Tutorials

Interactive Examples App has more than 215 examples. Each individual example can be extracted as standalone application (see "Learning from Demo" page). Tutorials offer more insightful view in the code of some of examples. These materials are targeted at programmers with different level of expertise: from Novice to Professional (anybody who is enthusiastic about high-performance computer graphics).

📄️Scatter Chart

Scatter charts are a great way to explore the relationship between two different variables or data series. Similar to line or bar charts, they are displayed on a two-dimensional plane using X and Y axes. The key difference is that each axis in a scatter chart has its own independent variable. Each data point on the chart represents a pair of values, showing where these two variables intersect on the Cartesian plane. To make sure everything is accurately placed, it’s important to create a uniform scale for both axes. Scatter charts are versatile and can be the basis for other types of charts, like the popular bubble chart.