I am trying to fill in a Chart with manual data, the code I have tried is the following:
int[,] horas = new int[,] { { 0, 1 },{ 1, 1 }, { 2, 0 }, { 3, 1 }, { 4, 0 }, { 5, 1 } };
protected void Page_Load(object sender, EventArgs e)
{
Chart...
asked by
28.09.2017 / 11:52