SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
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;
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.
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.
Please login first to submit.