Xceed Chart for WinForms v4.4 Documentation
EmptyDataPoints Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataSeries Class : EmptyDataPoints Property
Gives you access to the EmptyDataPoints object controlling the way in which empty data points are analized.
Syntax
'Declaration
 
<CategoryAttribute("EmptyDataPoints")>
<DescriptionAttribute("Controls the way in which empty data points are analized.")>
Public Property EmptyDataPoints As EmptyDataPoints
'Usage
 
Dim instance As DataSeries
Dim value As EmptyDataPoints
 
instance.EmptyDataPoints = value
 
value = instance.EmptyDataPoints
[Category("EmptyDataPoints")]
[Description("Controls the way in which empty data points are analized.")]
public EmptyDataPoints EmptyDataPoints {get; set;}
Remarks
Only data series of type Double support this property.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataSeries Class
DataSeries Members