DataFormula.IsEmptyPointIgnored Property

.NET Framework (current version)
 

Gets or sets a flag that indicates whether empty points are ignored while performing calculations.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

Public Property IsEmptyPointIgnored As Boolean

Property Value

Type: System.Boolean

True if empty points are ignored, otherwise false.

Returns value is true, empty points are ignored during calculations. Otherwise, empty points are treated as zeroes.

.NET Framework
Available since 4.0
Return to top
Show: