We assume you are referring to the sample item data in the table at the top of the SPC Chart.
Use code simliar to below
C#
this.ChartTable.SampleItemTemplate.DecimalPos = 2;
VB
Me.ChartTable.SampleItemTemplate.DecimalPos = 2
to set the decimal precision of those values. This does not affect the stored precision of the values, which is always stored as a double at full precision.
If this does not apply, please be more specific.
What SPC Chart type are you using ?
Exactly WHERE does the sample data appear rounded?