标签: c# .net charts livecharts
要绘制y轴,Livechart有此代码
cartesianChart1.AxisY.Add(new Axis { Labels = new[] { "Maria", "Susan", "Charles", "Frida" } });
如果我有字符串数组,我如何在这里使用它?