Developer technologies | .NET | Xamarin
A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
var data4 = new LineChartData(new List<ILineDataSetXF>() { dataSet4, dataSet5 });
chart.ChartData = data4;
chart.DescriptionChart.Text = "";
chart.AxisLeft.DrawGridLines = false;
chart.AxisLeft.DrawAxisLine = false;
chart.AxisLeft.Enabled = false;
chart.ScaleXEnabled = false;
chart.AxisRight.DrawAxisLine = false;
chart.AxisRight.DrawGridLines = false;
chart.AxisRight.Enabled = false;
chart.XAxis.Enabled = false;
the above code is applied in cs page i have to set same paramters in view model