Hi,
Is there any way to get the actual value on the bar or just next to the bar .
Here is my xaml
<ig:XamDataChart x:Name="DataChart" DataContext="{Binding TestData}">
<ig:SyncManager.SyncSettings> <ig:SyncSettings SyncChannel="syncDynamicCharts" SynchronizeHorizontally="True" SynchronizeVertically="False" /> </ig:SyncManager.SyncSettings>
<ig:XamDataChart.Axes> <ig:CategoryXAxis x:Name="xmXAxis" ItemsSource="{Binding}" Label="{}{Value}"> <ig:CategoryXAxis.LabelSettings> <ig:AxisLabelSettings Extent="25" Location="InsideLeft" Visibility="Visible" /> </ig:CategoryXAxis.LabelSettings> </ig:CategoryXAxis> <ig:NumericYAxis x:Name="xmYAxis"> <ig:NumericYAxis.LabelSettings> <ig:AxisLabelSettings Extent="55" Location="InsideTop" Visibility="Visible" /> </ig:NumericYAxis.LabelSettings> </ig:NumericYAxis> </ig:XamDataChart.Axes> <ig:XamDataChart.Series> <ig:ColumnSeries ItemsSource="{Binding}" ValueMemberPath="Key" EndCap="Round" ToolTip="{}{Key}" XAxis="{Binding ElementName=xmXAxis}" YAxis="{Binding ElementName=xmYAxis}" /> </ig:XamDataChart.Series>
Hello Hemant,
I cannot be completely sure what can cause the problem without an isolated sample project, so could you please send me such sample, where the issue is reproduced, so I can investigate it further for you.
Looking forward for your reply.
Thanks for your reply, I am nto able to find MarkerTemplate in my XAML."ig:ColumnSeries.MarkerTemplate"
Am i missing any thing to include a reference?
Thanks,
Hemant
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Thank you for your post. I have been looking into it and I can suggest you see this link:
http://ko.infragistics.com/products/silverlight/sample/data-chart/#/marker-values
where there is sample showing hot to show the Marker’s Values. There are two charts and the one is with Column Series like yours. Please let me know if this helps you or you need further assistance on this matter.