MindFusion WinForms Programmer's Guide
HandleEmptyValue Enumeration
See Also
 





Specifies how the control handles empty / undefined data values.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public enum HandleEmptyValue

Visual Basic  Copy Code

Public Enum HandleEmptyValue

 Members

  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.

 See Also

MindFusion.Charting Namespace