Spacing between NDateTimeScale label


https://www.nevron.com/Forum/Topic12224.aspx
Print Topic | Close Window

By rich dudley - 7 Years Ago
In the chart I am generating the space between the Quarter and Year is more pronounced than it should be, it looks more like two spaces. Looking into the object further I noticed that the two are completely separate text fields.  Is there a way to adjust the spacing between them, or to combine them into one text object without entirely removing the space?

In the svg:
<text x = '-12.5' y = '3.322266' >
<![CDATA[Q2]]>
</text>
<text x = '2' y = '3.322266' >
<![CDATA[17]]>
</text>
https://www.nevron.com/forum/uploads/images/88869fab-b0a8-4807-ae6a-1560.jpg
By Nevron Support - 7 Years Ago
Hi Rich,
Some export formats in Nevron render that way (per word) to minimize GDI+ text measurement errors. Currently there is no way to avoid the splitting on a per word basis, but if it is badly needed we can modify this internally.
By rich dudley - 7 Years Ago
It certainly would be nice if this problem was addressed, it is magnified with certain fonts and if fonts are changed at a later point it doesnt work correctly because the space between isnt effected by a font change.
By rich dudley - 7 Years Ago
On further testing, it seems to be a side effect of the SVG format in some viewing software.  It looks like Nevron is generating it all correctly, but not everyone is viewing it that way.