Search found 20 matches

by jorge
Tue Sep 27, 2016 1:47 pm
Forum: LightningChart Ultimate WinForms
Topic: Colouring X axis
Replies: 1
Views: 8460

Colouring X axis

I have been using AxisY.PaletteSeries to colour the Y axis. However I have noticed that AxisX does not have PaletteSeries. Is there a way of colouring the X axis?

Thanks
by jorge
Tue Sep 13, 2016 2:10 pm
Forum: LightningChart Ultimate WinForms
Topic: Control markers drawing order
Replies: 1
Views: 8807

Control markers drawing order

I have different kind of markers, and would like some of these markers to be always on top of other markers, depending on some attribute of the marker.

Is there an easy way to do this?

Thanks
by jorge
Fri Sep 09, 2016 1:30 pm
Forum: LightningChart Ultimate WinForms
Topic: Auto arrange labels, avoid overlap
Replies: 2
Views: 9227

Auto arrange labels, avoid overlap

Hi,

I need to add some labels to a point series. Presumably I would need to use annotations. Is there a way of automatically arrange annotations (or other object that represents text) so it does no overlap with other annotations? Or this needs to be solved manually?

Thanks.
by jorge
Thu Aug 25, 2016 2:37 pm
Forum: LightningChart Ultimate WinForms
Topic: Limit constant lines
Replies: 1
Views: 9172

Limit constant lines

Hi,

If I add a ConstantLine, it is rendered as an infinite line. Is it possible to limit these lines? For example to be only rendered on a X axis range.

Thanks
by jorge
Thu Aug 25, 2016 2:34 pm
Forum: LightningChart Ultimate WinForms
Topic: Problem with stacked bars
Replies: 2
Views: 9732

Re: Problem with stacked bars

Hi Parsi,

Thanks, it is working now.
by jorge
Wed Aug 24, 2016 1:55 pm
Forum: LightningChart Ultimate WinForms
Topic: ViewXY - how to hide the annotationxy anchor?
Replies: 4
Views: 12033

Re: ViewXY - how to hide the annotationxy anchor?

Try this:

Code: Select all

annotation.RotateByMouse = false;
annotation.ResizeByMouse = false;
by jorge
Wed Aug 24, 2016 9:02 am
Forum: LightningChart Ultimate WinForms
Topic: Problem with stacked bars
Replies: 2
Views: 9732

Problem with stacked bars

Hi, I am trying to draw a stacked bars chart but I am facing some issues. This is what I would like to achieve: I have, let's say, 3 stacks bars. So I would like 3 stacks in the chart. Each stack is composed of 4 values, all these values sum up 100%. So I have 3 stacks, with 4 values per stack. Also...
by jorge
Tue Jul 05, 2016 12:25 pm
Forum: LightningChart Ultimate WinForms
Topic: SampleDataSeries and Stair/Step shape
Replies: 4
Views: 11685

Re: SampleDataSeries and Stair/Step shape

Ok, thanks Pasi.
by jorge
Tue Jul 05, 2016 10:21 am
Forum: LightningChart Ultimate WinForms
Topic: Multiple Y axis, clipping series
Replies: 1
Views: 3535

Multiple Y axis, clipping series

I have a graph with one X axis and two Y axis (axis 0 and axis 1). I add a series to be rendered on X-Y0 and another series to be rendered on X-Y1. If I pan the graph, I am able to move the series that is rendered in one Y ayis so it ends up being rendered on the area of the other Y axis. Is there a...
by jorge
Tue Jul 05, 2016 8:24 am
Forum: LightningChart Ultimate WinForms
Topic: SampleDataSeries and Stair/Step shape
Replies: 4
Views: 11685

SampleDataSeries and Stair/Step shape

We need to render a graph with a stair/step shape, exactly the same as in the "Stair/Step" demo example. We started using a PointLineSeries, but for memory concerns we would like to switch to SampleDataSeries. Would it be possible to get the step shape with this kind of series? My understa...
by jorge
Fri Jul 01, 2016 9:04 am
Forum: LightningChart Ultimate WinForms
Topic: Installing Lightningchart manually
Replies: 2
Views: 4792

Re: Installing Lightningchart manually

We found that adding manually the references in WinForms and LibNET4 and WinForms, and setting "Copy Local" to False and True again solved the problem.
https://blogs.msdn.microsoft.com/jjames ... al-studio/
by jorge
Fri Jul 01, 2016 8:09 am
Forum: LightningChart Ultimate WinForms
Topic: Installing Lightningchart manually
Replies: 2
Views: 4792

Installing Lightningchart manually

Hi, Would it be possible to make use of Lightningchart trial without executing the installable? I have tried to manually add a reference to Arction.WinForms.Charting.LightningChartUltimate.dll but it will complain about Arction.RenderingDefinitions.dll not found and the application will refuse to st...
by jorge
Fri Jul 01, 2016 7:44 am
Forum: LightningChart Ultimate WinForms
Topic: Time on X axis omitting hour value
Replies: 2
Views: 4457

Re: Time on X axis omitting hour value

Thanks Pasi, it worked.
by jorge
Thu Jun 30, 2016 2:50 pm
Forum: LightningChart Ultimate WinForms
Topic: Time on X axis omitting hour value
Replies: 2
Views: 4457

Time on X axis omitting hour value

Hi, I have a graph with X axis representing time. When I start adding values, they all are in the same minute range, so it seems the hour is not displayed in the axis labels. I only can see minutes (all set to 00) and seconds (eg: "00:25). It is only when I start adding values that are not in t...
by jorge
Tue Jun 28, 2016 3:41 pm
Forum: LightningChart Ultimate WinForms
Topic: Problem colouring axis bar
Replies: 2
Views: 4243

Re: Problem colouring axis bar

It worked, thanks.
by jorge
Tue Jun 28, 2016 2:21 pm
Forum: LightningChart Ultimate WinForms
Topic: Problem colouring axis bar
Replies: 2
Views: 4243

Problem colouring axis bar

Following the "Line, palette coloring" example, I am trying to set different color to the Y axis bar. I need solid colors instead of gradients, and I want to apply it only to the axis bar, not to the series line. What I am trying to achieve is to colour the Y axis in red color from -inf to...
by jorge
Tue Jun 28, 2016 1:18 pm
Forum: LightningChart Ultimate WinForms
Topic: Customize axis units text
Replies: 4
Views: 7104

Re: Customize axis units text

The currency formatting worked very well. Thanks.

Chart.ViewXY.YAxes[0].LabelsNumberFormat = "C";
by jorge
Tue Jun 28, 2016 12:47 pm
Forum: LightningChart Ultimate WinForms
Topic: Customize axis units text
Replies: 4
Views: 7104

Re: Customize axis units text

Thanks for the answer. I will let you know if this would be important for us. Also, could you please let me know if I can somehow modify the label text? I would like for example to prepend the dollar symbol to every label in the Y axis, or add a comma to indicate the thousands. Would this be possibl...
by jorge
Tue Jun 28, 2016 10:59 am
Forum: LightningChart Ultimate WinForms
Topic: Customize axis units text
Replies: 4
Views: 7104

Customize axis units text

I would like to know if this in particular is possible. I have a chart with an Y axis. In the axis units, if the value is greater than zero, I would like to draw the axis units using a specific color (eg: white), and if the axis units value is less than zero, I would like the units to have a differe...
by jorge
Tue Jun 28, 2016 7:58 am
Forum: LightningChart Ultimate WinForms
Topic: PointLineSeries.GetXMinMax() time complexity
Replies: 1
Views: 3507

PointLineSeries.GetXMinMax() time complexity

Anyone knows what is the time complexity of this method? Is it done in constant time or linear to the number of points in the series?

Thanks.