Search found 11 matches

by hyetc
Wed Jun 23, 2021 3:53 am
Forum: LightningChart Ultimate WinForms
Topic: Refresh with residual shadows
Replies: 1
Views: 2095

Refresh with residual shadows

Shadow caused by dragging the form size。
Window maximization or minimization restoration can restore normal display
by hyetc
Wed Feb 24, 2021 3:26 am
Forum: LightningChart Ultimate WinForms
Topic: HighLowSeriesPoint
Replies: 4
Views: 6816

Re: HighLowSeriesPoint

Even if you don't use infinity, using Double. Maxvalue has the same problem
by hyetc
Tue Feb 23, 2021 12:49 am
Forum: LightningChart Ultimate WinForms
Topic: HighLowSeriesPoint
Replies: 4
Views: 6816

Re: HighLowSeriesPoint

Because this graph can be moved, for our purposes there is a point in theory where the Y value is fixed no matter what the X value is,So the last point is going to be positive infinity
by hyetc
Mon Feb 22, 2021 8:51 am
Forum: LightningChart Ultimate WinForms
Topic: HighLowSeriesPoint
Replies: 4
Views: 6816

HighLowSeriesPoint

When the last X value in an X array is set to infinity, the effect is reversed
by hyetc
Mon Jan 18, 2021 3:52 am
Forum: LightningChart Ultimate WinForms
Topic: LightingChart affects window maximization
Replies: 1
Views: 4681

LightingChart affects window maximization

After changing the Win10 system display percentage,LightingChart generates the effect of maximizing the impact window。 Form5 is display Window private void Form5_Load(object sender, EventArgs e) { WindowState = FormWindowState.Maximized; var frm4 = new Form4 { TopLevel = false, Dock = DockStyle.Fill...
by hyetc
Wed Dec 23, 2020 7:12 am
Forum: LightningChart Ultimate WinForms
Topic: Multi-axis magnification problem
Replies: 1
Views: 4602

Multi-axis magnification problem

Multiple axes are set as shown below,want to enlarge by selecting a rectangular box,But you can only zoom in on a single Y axis
by hyetc
Thu Dec 03, 2020 3:58 am
Forum: LightningChart Ultimate WinForms
Topic: The precision of the axes
Replies: 1
Views: 4349

The precision of the axes

Get the corresponding primary label by getting the MajorTicks method on the Y-axis
The value that should be zero in the middle becomes a very small value due to the accuracy problem。
Is there a solution
by hyetc
Thu Dec 03, 2020 3:44 am
Forum: LightningChart Ultimate WinForms
Topic: Custom axis lable
Replies: 1
Views: 4291

Custom axis lable

Add the axis label as shown.Why is the last coordinate tag set to True for visible property, and why is it hidden.
Is there a way to ensure that the first and last label of an array of labels are always displayed.
Is there any way to tell if adjacent coordinates are going to overlap
by hyetc
Thu Dec 03, 2020 3:34 am
Forum: LightningChart Ultimate WinForms
Topic: Abnormal memory
Replies: 1
Views: 4338

Abnormal memory

This exception occurs after adding multiple charts,The memory consumption of software is not large, Win10 system has appeared, the probability is not big, do not know where the reason. After this problem occurs, it won't work to add any charts. Abnormal information as follows Arction.WinForms.Charti...
by hyetc
Thu Nov 12, 2020 9:12 am
Forum: LightningChart Ultimate WinForms
Topic: LightningChart totally black
Replies: 6
Views: 6162

Re: LightningChart totally black

The problem is still unresolved, the engine has no problem, and the override parameter method will have a black background problem.And in Windows 7 system will be more obvious, I hope you can cause attention, this is really a very serious problem.If you think about it, it's going to be a big black p...
by hyetc
Fri Oct 09, 2020 9:30 am
Forum: LightningChart Ultimate WinForms
Topic: LightningChart totally black
Replies: 6
Views: 6162

Re: LightningChart totally black

I have the same problem, probably with RenderOptions.DeviceType = rendererdevicetype.auto;Is related to hardware acceleration caused this problem, instead RenderOptions. DeviceType = RendererDeviceType. SoftwareOnlyD11;Without this problem, the key changed to this form and the performance did not pl...