Trying to figure out how to remove or surpress the display of pie chart values that represent 0.
Should I be using .Values.RemoveAt(index) ?
Rob.
I figured out how to do this, use a CustomFormat string -- i.e. "###" so the value of 0 will not be displayed.