Nevron Forum
Home
»
Nevron Vision for NET
»
Nevron Chart for .NET
»
Spacing between label and axis
Login
Register
Login
Register
Home
»
Nevron Vision for NET
»
Nevron Chart for .NET
»
Spacing between label and axis
Spacing between label and axis
Post Reply
Spacing between label and axis
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
Goto Topics Forum
Author
Message
rich dudley
rich dudley
posted 8 Years Ago
ANSWER
Topic Details
Group: Forum Members
Posts: 33,
Visits: 76
Is there an option for adjusting the spacing between the label and axis? I would like to tighten it up to the axis as much as possible.
Also there seems to be extra space on my YAxis label even when the alignment is set to TopCenter using the following. is this a bug?
((NLinearScaleConfigurator)chart.Axis(StandardAxis.PrimaryY).ScaleConfigurator).LabelStyle.ContentAlignment =
ContentAlignment.TopCenter;
Reply
Like
0
Nevron Support
Nevron Support
posted 8 Years Ago
ANSWER
Post Details
Group: Administrators
Posts: 3.1K,
Visits: 4.1K
Hi Rich,
You need to set the Offset property of the LabelStyle:
NLinearScaleConfigurator scaleY = (NLinearScaleConfigurator)chart.Axis(StandardAxis.PrimaryY).ScaleConfigurator;scaleY.LabelStyle.Offset = new Nevron.GraphicsCore.NLength(0);
Let us know if you have any questions.
Best Regards,
Nevron Support Team
Reply
Like
0
rich dudley
rich dudley
posted 8 Years Ago
ANSWER
Post Details
Group: Forum Members
Posts: 33,
Visits: 76
Thank you, after applying this I was able to track down that extra spacing to Illustrator, not your image.
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Similar Topics
Post Quoted Reply
Reading This Topic
1 active, 1 guest, 0 members, 0 anonymous
No members currently viewing this topic!
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search