This question is locked. New answers and comments are not allowed.
I have a list with 4 objects with the folloving parameters/values:
Name=BC ; Name2=111 ; Value=200
Name=Al ; Name2=222; Value=99
Name=Ba ; Name2=222; Value=99
Name=BV ; Name2=333 ; Value=250
Look at the screen shot attached - 2 bars in the moddle are not stacked ie one bar is over the other bar. What am I doing wrong?
Thanks
Name=BC ; Name2=111 ; Value=200
Name=Al ; Name2=222; Value=99
Name=Ba ; Name2=222; Value=99
Name=BV ; Name2=333 ; Value=250
Look at the screen shot attached - 2 bars in the moddle are not stacked ie one bar is over the other bar. What am I doing wrong?
Thanks
<telerik:SeriesMapping> <telerik:StackedBarSeriesDefinition.LabelSettings> <telerik:BarLabelSettings LabelDisplayMode="Outside" Distance="15" ShowConnectors="True"/> </telerik:StackedBarSeriesDefinition.LabelSettings> <telerik:StackedBarSeriesDefinition.InteractivitySettings> <telerik:InteractivitySettings SelectionMode="Multiple" SelectionScope="Item"/> </telerik:StackedBarSeriesDefinition.InteractivitySettings> </telerik:StackedBarSeriesDefinition> </telerik:SeriesMapping.SeriesDefinition> <telerik:SeriesMapping.ItemMappings> <telerik:ItemMapping FieldName="Value" DataPointMember="YValue" /> <telerik:ItemMapping FieldName="Name" DataPointMember="LegendLabel" /> <telerik:ItemMapping FieldName="Name2" DataPointMember="XCategory" /> </telerik:SeriesMapping.ItemMappings> </telerik:SeriesMapping>