Guys,
I would like to make a chart with two lines but with the same AxisX.
Then I receive from my service a List with:
public class ToneladasMes
{
public string Dia { get; set; }
public string Codigo { get; set; }
public int Quantidade { get; set; }
}
What to do in silverlight to show 2 lines and month and day in the AxisX?
I would like to make a chart with two lines but with the same AxisX.
Then I receive from my service a List with:
public class ToneladasMes
{
public string Dia { get; set; }
public string Codigo { get; set; }
public int Quantidade { get; set; }
}
What to do in silverlight to show 2 lines and month and day in the AxisX?