I have a question about the font of the label text. When the screen is captured and enlarged, the character has an outline border. Is there a way to get rid of this border? Japanese Kanji font is used.
Thank you.
var yAxisLeft = new SCINumericAxis();
yAxisLeft.AxisTitle = syAxLeft;
yAxisLeft.AxisId = "Primary Y-Axis";
yAxisLeft.AxisAlignment = SCIAxisAlignment.Left;
yAxisLeft.TitleStyle = new SCIFontStyle(14, UIColor.Green);
yAxisLeft.TickLabelStyle = new SCIFontStyle(14, UIColor.Green);
yAxisLeft.DrawMajorBands = false;
yAxisLeft.DrawMinorGridLines = false;
- toshiaki tsuchiya asked 5 years ago
- last edited 5 years ago
- You must login to post comments
Hi there,
That’s something we can reproduce, but it’s not something easy to fix, so we logged it and somebody will work on it.
We will get back to you as soon as it’s get fixed.
Best Regards,
Nazar R.
- Nazar Rudnyk answered 4 years ago
- You must login to post comments
Hi, there.
We’ve fixed this issue and a fix is available in build SciChart(4.2.0-nightly.5559)
Please, try it and let us know the result.
Thanks in advance.
- Andriy P answered 4 years ago
- You must login to post comments
Please login first to submit.