y axis layout

A forum dedicated to WinForms version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
fredd41
Posts: 113
Joined: Fri Sep 05, 2014 6:46 pm

y axis layout

Post by fredd41 » Thu Sep 18, 2014 2:46 pm

hi

I updated my last dll for 6.1.
Now my y-axis doesn't have the same layout.
I want to put the labels of the second y-axis on the right (not over the segment)
Where is the property ?

thanks
Attachments
Untitled.png
Untitled.png (206.23 KiB) Viewed 10836 times

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: y axis layout

Post by ArctionPasi » Thu Sep 18, 2014 9:04 pm

Set
ViewXY.YAxes[1].MajorDivTickStyle.Alignment = Far
ViewXY.YAxes[1].MinorDivTickStyle.Alignment = Far

That should help :P
LightningChart Support Team, PT

fredd41
Posts: 113
Joined: Fri Sep 05, 2014 6:46 pm

Re: y axis layout

Post by fredd41 » Fri Sep 19, 2014 12:18 pm

perfect

fredd41
Posts: 113
Joined: Fri Sep 05, 2014 6:46 pm

Re: y axis layout

Post by fredd41 » Fri Sep 19, 2014 3:07 pm

is it possible to show area under a sampledataseries (with the speed of the sampledataseries) ?
thanks

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: y axis layout

Post by ArctionPasi » Fri Sep 19, 2014 3:52 pm

Yes, you can show area series in the same chart. The performance of AreaSeries is not as good as PointLineSeries or SampleDataSeries because its fill calculation, but is still very good, we have optimized it lot during the years.
LightningChart Support Team, PT

fredd41
Posts: 113
Joined: Fri Sep 05, 2014 6:46 pm

Re: y axis layout

Post by fredd41 » Fri Sep 19, 2014 5:15 pm

but it's not possible to show the area of a sampledataseries (without adding another style of series) ?

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: y axis layout

Post by ArctionPasi » Fri Sep 19, 2014 5:58 pm

You can use just AreaSeries. SampleDataSeries doesn't have fill. AreaSeries does and it has line too.
LightningChart Support Team, PT

Post Reply