Set YAxis Scale alignment when YAxisAutoPlacement = Off

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
vifani
Posts: 49
Joined: Thu May 02, 2013 8:35 am

Set YAxis Scale alignment when YAxisAutoPlacement = Off

Post by vifani » Wed Nov 26, 2014 11:30 am

How Can I set YAxis Scale alignment when YAxisAutoPlacement = Off ?

I set y axis position to 100.0 and I want that the scale is aligned to the right.

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

Re: Set YAxis Scale alignment when YAxisAutoPlacement = Off

Post by ArctionPasi » Wed Nov 26, 2014 7:40 pm

Set
yAxis.Alignment = Right
yAxis.MajorDivTickStyle.Alignment = Far
yAxis.MinoDivTickStyle.Alignment = Far

That makes the axis line, ticks and labels to align to the right, outside graph area.
LightningChart Support Team, PT

Post Reply