How to set the Y-Axis Label of radChart values using List<string>
问题 How can I set the X-Axis labels using radChart as I am getting the IndexOutOfRange Exception I do not what is the reason behaind this. public void setchart() { radChart.Clear(); radChart.BringToFront(); radChart.ChartTitle.TextBlock.Text = "Total Number Of Units Per Rack"; this.Controls.Add(radChart); radChart.Dock =DockStyle.Fill; radChart.PlotArea.Appearance.Dimensions.Height = 500; radChart.PlotArea.XAxis.AxisLabel.Visible = true; radChart.PlotArea.XAxis.AxisLabel.TextBlock.Text =