Hello from Suresh,
I am facing a problem with plotting the runtime data in Histogram chart. The data plotted in the chart not always correct. Followings are the flow which I have done to achive the histogram for run time data.
1. Update the Gallery type as Histogram for Statistics Extension.
2. Assign the runtime datatable to datasource property of the chart.
3, For DataMax and DataMin for Histogram I am deriving the value by calculating the LCL andUCL value of incoming data.
Histogram.DataMin = (Mean- (3*StandardDeviation)); //LCL value.
Histogram.DataMax = (Mean +(3*Standa