Home › Forums › WinForms controls › Xceed Chart for WinForms › Surpress Pie chart values that are zero…
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.
Imported from legacy forums. Posted by Rob (had 1364 views)
I figured out how to do this, use a CustomFormat string — i.e. “###” so the value of 0 will not be displayed.
Imported from legacy forums. Posted by Rob (had 1738 views)