Questions tagged [lightningchart]

Use this tag for questions regarding LightningChart JS or LightningChart .NET. Also add either javascript or c# tag to differentiate which library the question is related to.

LightningChart JS

LightningChart JS is a WebGL based, cross-platform charting library that has been developed for delivering an outstanding performance of your charts which ensures high refresh rates and smooth animations of your application. It features accessible API documentation, extensive functionality and an innovative dashboard control. Optimal for engineering, medicine, industrial process control and trading.

Example:

import { lightningChart } from '@arction/lcjs'
const chart = lightningChart().ChartXY()

Resources:


LightingChart .NET

LightningChart .NET is the fastest 2D & 3D data visualization SDK for WPF and Windows Forms. It has been actively developed since 2009. The charting library contains over 100 interactive charts with rich functionality that is suitable for creation of applications within the most demanding industries: science and research, engineering, economics and finance, trading, medicine, energy, space and defense

Resources

272 questions
-2
votes
1 answer

How to set style for zoom out rectangle

I am using LightningChartJs and i'm trying to find a way to style the zoom out rectangle but am unable to locate a method for that. Please point me towards it. Thanks in advance.
Yash.S.Narang
  • 518
  • 4
  • 13
-2
votes
1 answer

Virtual measurement device with line series chart

I am using LightningChart JS and would like to implement a virtual measurement device, where I can click on point A and then drag to point B and obtain the x,y values of both point A and point B. As far as I have looked into the event handlers they…
Yash.S.Narang
  • 518
  • 4
  • 13
1 2 3
18
19