Closed mehdininja closed 2 months ago
Hello
The FontFamily
that you are binding there is not a properly of this library, it comes from the type of the control inherits from (ContentView
) this property is defined by MAUI and I am not completely sure what is the usage of it in this context.
This library uses SkiaSharp to render things, so things inside a chart are not part of MAUI, fonts are set on Series or Axes, for example:
This is the way fonts are defined in SkiaSharp, I know docs could be better here.
I hope this helps!
Setting the font does not work in this way,
also in the C# code FontFamily is string property.
So how to apply FontFamily="{StaticResource myFont}" ?