Colin Lhoest

Results 3 comments of Colin Lhoest

Hello, you can set custom font size by changing the Global static property. In your xaml.cs write : `MarkdownView.Global.Paragraph.FontSize = 25;` for example :)

Thanks for your answer, but this overrides the current XAxis labels and it does not reach the expected result. This just rotates labels on X axis and write them on...

@eliyasbaby in the OnAppearing method in the code behind, I call a public method implemented in my view model that will fill a XAxis property also declared in the view...