This question is locked. New answers and comments are not allowed.
Hi i am developing charts using silverlight telerik controls.in ItemMapping we have DataPointMember property it is having nearly 10 values, i am confusing with in which situation i need to use what because i am not much expert in SSRS to understand.
so if any one knows in detail about all those values please explain.
another doubt reg grouping.
i have 4 columns in the dataset those are Date,Month,Hour,Aggregate. i need to draw a chart like in Y-axis as usual representing Aggregate values... in x-axis i need to show only month names(but here we have aggregate value for hour but i need to show month wise),
clearly in x-axis i need to show only month names like January,February...December(but each month should be divided into 30 or 31 days depending on month, again each day divided into 24 hours like 0,1,2.....23 now each hour have one aggregate value so i will point that value using y-axis aggregate value then i will draw a line to combine all those points
i did above scenario in SSRS i got solution there but now same chart i need to represent in silverlight using telerik chart control.
for your reference below is the method i followed in SSRS.
Y- axis value: Aggregate
category fields for x-axis(Month,Date)
here month group on month itself
date group on date and hour
observer both are two different groups but both are presented on category fields
that is all i did in ssrs no more fields are groups are values i taken.
if any one knows or have an idea please share with me.
Last but not least one:
telerik chart having GroupingSettings for chart but how can i represent more than one group like above Month is one group and date,hour is another grup. it is not accepting more than one GroupingSettings.
Thank you in advance :)
so if any one knows in detail about all those values please explain.
another doubt reg grouping.
i have 4 columns in the dataset those are Date,Month,Hour,Aggregate. i need to draw a chart like in Y-axis as usual representing Aggregate values... in x-axis i need to show only month names(but here we have aggregate value for hour but i need to show month wise),
clearly in x-axis i need to show only month names like January,February...December(but each month should be divided into 30 or 31 days depending on month, again each day divided into 24 hours like 0,1,2.....23 now each hour have one aggregate value so i will point that value using y-axis aggregate value then i will draw a line to combine all those points
i did above scenario in SSRS i got solution there but now same chart i need to represent in silverlight using telerik chart control.
for your reference below is the method i followed in SSRS.
Y- axis value: Aggregate
category fields for x-axis(Month,Date)
here month group on month itself
date group on date and hour
observer both are two different groups but both are presented on category fields
that is all i did in ssrs no more fields are groups are values i taken.
if any one knows or have an idea please share with me.
Last but not least one:
telerik chart having GroupingSettings for chart but how can i represent more than one group like above Month is one group and date,hour is another grup. it is not accepting more than one GroupingSettings.
Thank you in advance :)