By Kevin Harrison 1 - Monday, March 30, 2015
Hi
This is a minor visible change but it affects a large number of our image comparison tests. Is there a property I can use to set the padding around the data point label within its box?
Thanks
Kevin
|
By Nevron Support - Monday, March 30, 2015
Hi Kevin, Yes - you need to set the Padding property of the data label style - for example: dataLabelStyle.TextStyle.BackplaneStyle.Padding = new NMarginsL(3, 3, 3, 3); applies 3 pt distance of the text from the backplane.
|
By Kevin Harrison 1 - Monday, March 30, 2015
Is BackplaneStyle.Padding a new property added in 15.1? I get 'Nevron.GraphicsCore.NBackplaneStyle' does not contain a definition for 'Padding' in 14.1
Do you happen to know what the increase in padding is from 14.1 from 15.1?
Thanks
Kevin
|
By Nevron Support - Tuesday, March 31, 2015
Hi Kevin,
Yes it is a new property, which is meant to replace InflateWidth / InflateHeight. Generally the distance from the backplane border to the text should be the same - it's possible that you get a one pixel difference due to pixel snapping - can you send us a screenshot of the different charts?
|
|