Specifies how the control handles empty / undefined data values.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public enum HandleEmptyValue |
Visual Basic
![]() |
---|
Public Enum HandleEmptyValue |
Member name | Description | |
---|---|---|
![]() |
Average |
The empty value is replaced by the average of its two adjacent values. |
![]() |
Ignore |
The empty value is dropped off the list with the values. |
![]() |
Zero |
The empty value is replaced by 0. |