Search found 11 matches

by TheGian
Tue Nov 04, 2014 4:28 pm
Forum: LightningChart Ultimate How-To's
Topic: How have stair line
Replies: 6
Views: 33860

Re: How have stair line

Any news about to add StairStep line style in LC?
by TheGian
Mon Jun 30, 2014 10:25 am
Forum: LightningChart Ultimate How-To's
Topic: How customize print
Replies: 2
Views: 8250

Re: How customize print

not a reporting tool, but the tool that I am developing. I would however not lose the functionality of print preview...
by TheGian
Mon Jun 30, 2014 8:44 am
Forum: LightningChart Ultimate How-To's
Topic: How customize print
Replies: 2
Views: 8250

How customize print

Is it possible to add a information page before or after the chart print? I need to add a table with some information..

Thank you,
Gian
by TheGian
Wed May 28, 2014 8:52 am
Forum: LightningChart Ultimate How-To's
Topic: How have stair line
Replies: 6
Views: 33860

How have stair line

Hi, I've a question, is there a way to have stair/step line without introduce additional points? I found in the example "ExampleStairStepLine.cs" the function "MakeStairLinePoints" but I saw that this function introduce a new point between 2 point. I need instead to have a interp...
by TheGian
Wed May 28, 2014 8:20 am
Forum: LightningChart Bug Reports
Topic: zoom out of chart
Replies: 1
Views: 7125

zoom out of chart

Hi, I've installed the new release 6.02 and I've found a problem in the zooming operation.
if I make a selection out of the graph background (in the graph margin) the zoom is performed, however.
is this a bug? if no, how can I disable the zoom out of graph background?
by TheGian
Sun Jan 05, 2014 5:00 pm
Forum: LightningChart Ultimate How-To's
Topic: Custom Ticks on Axis X
Replies: 6
Views: 21414

Re: Custom Ticks on Axis X

:D :D :D This is exactly what I was looking for, thank you very much I've some other questions about the custom ticks: - now if I zoom o scroll may graph I need to recalculate the custom ticks, isn't it? - what is the zoom event? is beforerendering? - can I know the first and the last real point dis...
by TheGian
Mon Dec 23, 2013 9:19 am
Forum: LightningChart Ultimate How-To's
Topic: Custom Ticks on Axis X
Replies: 6
Views: 21414

Re: Custom Ticks on Axis X

:cry: :cry: Any Idea? :cry: :cry:
by TheGian
Thu Dec 12, 2013 1:10 pm
Forum: LightningChart Ultimate How-To's
Topic: Custom Ticks on Axis X
Replies: 6
Views: 21414

Re: Custom Ticks on Axis X

I've already try, but I think I'm getting something wrong. The function required many resource and time consuming and the result is the attached image chart_custom ticks.png The code I wrote is this: #region X-axis AxisX axisX = m_chart.ViewXY.XAxes[0]; axisX.ValueType = AxisValueType.Number; axisX....
by TheGian
Tue Dec 10, 2013 3:12 pm
Forum: LightningChart Ultimate How-To's
Topic: Custom Ticks on Axis X
Replies: 6
Views: 21414

Custom Ticks on Axis X

Hi, I have made a function which graphs many data to multiple PointLineSeries from a Datatable (every column on a PointLineSeries). The first Two columns are: the first a sequential index, and the second a datatime which may be not sequential. my question is: Can I apply the second column of my data...
by TheGian
Fri Dec 06, 2013 10:13 am
Forum: LightningChart Ultimate WinForms
Topic: Aliasing Problem
Replies: 2
Views: 7517

Re: Aliasing Problem

yes PointLineSeries, with a MakeStairLinePoints functions.

your suspect is right.
I have analyzed point per point my recording and I saw a change of the date.

Thank you very much for the Help

:D :D :D
by TheGian
Thu Dec 05, 2013 3:24 pm
Forum: LightningChart Ultimate WinForms
Topic: Aliasing Problem
Replies: 2
Views: 7517

Aliasing Problem

recently analyzing a recording of one of my device (with sampling at 100 ms) appeared this problem: at some point X is drawn correctly point Y and a second point. the data is correct and there is no overlap in time. could be due to some setting of the series? problem_library.png how can i solve this...