Dundas Chart for ASP.NET
IgnoreEmptyPoints Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > DataManipulator Class : IgnoreEmptyPoints Property


Overview Enterprise Edition Only Feature.

Gets or sets a value that determines if empty points are ignored during a grouping or exporting operation.

Syntax

Visual Basic (Declaration)  
Public Property IgnoreEmptyPoints As Boolean
Visual Basic (Usage) Copy Code
Dim instance As DataManipulator
Dim value As Boolean
 
instance.IgnoreEmptyPoints = value
 
value = instance.IgnoreEmptyPoints
C#  
public bool IgnoreEmptyPoints {get; set;}

Return Value

A boolean value that determines if empty points are ignored. Defaults to True.

Remarks

If this property is set to True then all points marked as empty are ignored when points are grouped or exported.

If this property is False and a grouping operation occurs (GroupXXX method) then all points marked as empty are treated as zeros.

If this property is False and data is being exported (using the ExportSeriesValues function) then the X-value and Y-value(s) of each empty point are exported as DBNULL objects.

This property is not applied to the Formula method.

Please read the Empty Points topic for further details concerning missing data and empty points.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.