Modifying the "Using XValue and AxisXLabel" With AxisXLabel + XValue while drawing as a Line one gets the numeric values inbetween, playing with the interval doesn't help either
<vc:Chart xmlns:vc="clr-namespace:Visifire.Charts;assembly=SLVisifire.Charts" Width="500" Height="300"> <vc:Chart.AxesX> <vc:Axis Interval="10.0" /> </vc:Chart.AxesX> <vc:Chart.Series> <vc:DataSeries RenderAs="Line" LabelText="Test"> <vc:DataSeries.DataPoints> <vc:DataPoint AxisXLabel="Jan" YValue="10" XValue="1" /> <vc:DataPoint AxisXLabel="Feb" YValue="20" XValue="5" /> <vc:DataPoint AxisXLabel="Mar" YValue="40" XValue="7" /> <vc:DataPoint AxisXLabel="Apr" YValue="50" XValue="12" /> <vc:DataPoint AxisXLabel="May" YValue="30" XValue="20" /> </vc:DataSeries.DataPoints> </vc:DataSeries> </vc:Chart.Series> </vc:Chart>
Edit: I wouldn't even want this serie to be visible



Find content
Not Telling
