Adding an axis title cuts off bottom of chart data


Author
Message
Steven Montie
Steven Montie
Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)Forum Newbie (3 reputation)
Group: Forum Members
Posts: 3, Visits: 1
I am using a Nevron Chart with a Smooth Line Series to graph a function. The function approaches very close to zero. The chart looks fine until I add in a Axis title using:

NStandardScaleConfigurator scaleConfiguratorX = (NStandardScaleConfigurator)chart.Axis(StandardAxis.PrimaryX).ScaleConfigurator;
scaleConfiguratorX.Title.Text = "Match Percent";

when I do this it shifts up the X-axis a little to add in the text. This cuts off the bottom of my graph and I can no longer see that it is approaching zero. How can I make it so that this does not happen?
Attachments
woLabel.gif (58 views, 24.00 KB)
wLabel.gif (59 views, 24.00 KB)
Nevron Support
Nevron Support
Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)Supreme Being (4.5K reputation)
Group: Administrators
Posts: 3.1K, Visits: 4.2K
Hello,

You can slightly increase the width of the line through the BorderStyle property of the series. Another option is to decrease the space that the Y axis occupies so that the minimum Y value will be always slightly above the X axis:

axisY.Anchor.BeginPercent = 5;
axisY.Anchor.EndPercent = 95; // optionally



Best Regards,
Nevron Support Team


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search