Search found 4 matches

by sahmad
Fri Jan 05, 2024 12:04 pm
Forum: LightningChart Ultimate WinForms
Topic: The graph area can't be negative
Replies: 7
Views: 5249

Re: The graph area can't be negative

Ah yes ok I get what you mean. Think what I'm going to do now is to have all the data shown in the chart but only show number of x-axes up to a defined limit. All series will be plotted but not all x-axes will be visible. I'll allow the user to select which x-axes are visible up to the limit. Correc...
by sahmad
Thu Jan 04, 2024 3:10 pm
Forum: LightningChart Ultimate WinForms
Topic: The graph area can't be negative
Replies: 7
Views: 5249

Re: The graph area can't be negative

Hi, Packing them to a single horizontal line will not be feasible. There are too many axes and it becomes hard to read. Is it possible to not show the axis but still show its corresponding data in the graph? I'm thinking of allowing the user to select which axes to display on the chart, but have the...
by sahmad
Thu Dec 21, 2023 10:45 am
Forum: LightningChart Ultimate WinForms
Topic: The graph area can't be negative
Replies: 7
Views: 5249

Re: The graph area can't be negative

Thanks for getting back to me. changing the segments gap did not change anything. And just to clarify, I only have 1 Y-axis but I have around 20 X-axes. Is there a possibility to have scrolling over the x axes only? such that the graph area remains fixed? At the moment I can adjust Chart.ViewXY.Marg...
by sahmad
Wed Dec 20, 2023 1:41 pm
Forum: LightningChart Ultimate WinForms
Topic: The graph area can't be negative
Replies: 7
Views: 5249

The graph area can't be negative

I have a ViewXY chart that ends up having a high number of x-axes. As a result the margins become too large and render the graph area negative. The chart area is not shown. If I try to set Chart.ViewXY.AxisLayout.AutoAdjustMargins = false; The chart is shown but not all axes can be visible. Is there...