Profile Picture

NAxisStripe Text

Posted By yunhyungjeon 2 Years Ago
Author
Message
yunhyungjeon
Posted 2 Years Ago
View Quick Profile
Junior Member

Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 13, Visits: 190
Hello.

I'm using Nevron Chart .NET at .NET 6.0 winform.
However, I added NAxisStripe at my chart. Then, I added TextLabel at NAxisStripe.
At first, It worked well, but, when I update that text label, some letters were omitted.

I attached some omitted letters. Please help me.
At this screenshot, the full sentence I'm expecting is "진행율:34[%]"
https://www.nevron.com/forum/uploads/images/91b764b2-e798-40b3-b673-8e39.png

Tags
Nevron Software
Posted 2 Years Ago
View Quick Profile
Forum Member

Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)

Group: Administrators
Last Active: Last Year
Posts: 12, Visits: 147
Hi,

We tested the control with this text on both horizonal and vertical stripes and it was displayed properly. This worked with and without GPU acceleration. What is the version of the control you're currently using? Also you do you use GPU acceleration (RenderToWindow = true)?

Best Regards,
Nevron Support Team


yunhyungjeon
Posted 2 Years Ago
View Quick Profile
Junior Member

Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 13, Visits: 190
Hi,

I use NevronDotNetVision 22.4.12.1. And I also use GPU acceleration (RenderToWindow = true).
I update this  label at runtime such as 

stripe.Text = string.Format("진행율:{0:00}%", 0);





Nevron Software
Posted 2 Years Ago
View Quick Profile
Forum Member

Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)

Group: Administrators
Last Active: Last Year
Posts: 12, Visits: 147
Hi,

Can you try to turn off the hardware acceleration - it may be some issue with video board drivers or the font you're currently using for the stripes. We tested with the standard font of the control "Arial" and it was working properly...

Best Regards,
Nevron Support Team


yunhyungjeon
Posted 2 Years Ago
View Quick Profile
Junior Member

Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)Junior Member (15 reputation)

Group: Forum Members
Last Active: Last Year
Posts: 13, Visits: 190
I just turned off the hardware acceleration, I was able to see the entire sentence I wanted.
And now it's the font with all the chart text I've chosen.
(Turning on hardware acceleration and then using the "Arial" font shows the same missing characters.)

So, this issue was caused my video board drivers?
There are not any way that I turn on the hardware acceleration?


Nevron Software
This post has been flagged as an answer
Posted 2 Years Ago
View Quick Profile
Forum Member

Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)Forum Member (32 reputation)

Group: Administrators
Last Active: Last Year
Posts: 12, Visits: 147
Hi,

The problem may not be related to the video board drivers, but to the actual font that is used to display the text. We would like to ask you to change the font from Arial to one that actually supports Asian languages (as Arial does not have this support by default). The font system in hardware accelerated mode by default will fall back to a different font in case the current one does not support a specific character and in this case, we think this is what's causing the problem. If after you change the font the problem persists, please send us this font for further review at support@nevron.com. Let us know if you meet any problems...


Best Regards,
Nevron Support Team




Similar Topics


Reading This Topic