xaxis labels

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

xaxis labels

Post by fredd41 » Mon Jan 18, 2016 2:42 pm

hi

sometimes the x-axis labels are unreadable. is it possible to fix the problem ?
(always at least a space between 2 labels)

thanks
Attachments
Untitled2.jpg
Untitled2.jpg (89.71 KiB) Viewed 6288 times
Untitled1.jpg
Untitled1.jpg (118.34 KiB) Viewed 6288 times

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

Re: xaxis labels

Post by ArctionPasi » Mon Jan 18, 2016 2:55 pm

What have you set in xAxis.AutoDivSeparationPercent? Increase it. That applies only when AutoDivSpacing is enabled.
LightningChart Support Team, PT

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

Re: xaxis labels

Post by fredd41 » Mon Jan 18, 2016 3:33 pm

didnt modify

true and 50%

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

Re: xaxis labels

Post by ArctionPasi » Mon Jan 18, 2016 3:43 pm

Set Like 200%

You may want to set AutoFormatLabels = false, and specify the format in LabelsNumberFormat or LabelsTimeFormat property.

Or, set FormatValueLabel event handler and output the label as a shorter string.
LightningChart Support Team, PT

Post Reply