// XAxis CategoryXAxis xmXAxis = new CategoryXAxis(); xmXAxis.ItemsSource = mDataColl[0]; xmXAxis.Label = "{xAxis:ss.fff}"; xmXAxis.LabelSettings.Extent = 120; xmXAxis.LabelSettings.Location = AxisLabelsLocation.OutsideBottom; // YAxis NumericYAxis xmYAxis = new NumericYAxis(); xmYAxis.LabelSettings.Extent = 55; xmYAxis.LabelSettings.Location = AxisLabelsLocation.OutsideRight;Xaml Code. <igChart:XamDataChart Name="xmDataChart" Legend="{Binding ElementName=xmLegend}" Template="{StaticResource XamDataChartControlTemplate1}" >I guessing something to do with the template. How can I Fix this now?
Could very well have to do with the template. Could you show us how you have it defined? Or provide a more complete sample that replicates the issue?
Thanks,
-Graham