microcharts-dotnet / Microcharts

Create cross-platform (Xamarin, Windows, ...) simple charts.
MIT License
2.03k stars 360 forks source link

can't change background color in .net maui [Bug] #362

Closed fares187 closed 4 months ago

fares187 commented 4 months ago

Describe the bug

 ChartViewex.Chart = new LineChart
 {
     Entries = chartexpenses,
     ShowYAxisLines = true,
     ShowYAxisText = true,
     ValueLabelOrientation = Orientation.Horizontal,
     LabelOrientation = Orientation.Horizontal,
     BackgroundColor = SKColor.Parse("#00000000"),

 };

 ChartViewex.BackgroundColor = new Color(00,00,00,00);
 ChartViewex.Background = new Color(00,00,00,00);

Which platform and version is this for? 1,0,0

Expected behavior to have a transparent background Screenshots

Screenshot 2024-07-17 090212

Screenshot 2024-07-17 090144

Screenshot 2024-07-17 090338