Xceed Chart for WinForms v4.4 Documentation
CustomValue Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > EmptyDataPoints Class : CustomValue Property
Defines the custom value assigned to empty data points
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("General")>
<DescriptionAttribute("Defines the custom value assigned to empty data points when the ValueMode is set to CustomValue")>
Public Property CustomValue As Double
'Usage
 
Dim instance As EmptyDataPoints
Dim value As Double
 
instance.CustomValue = value
 
value = instance.CustomValue
[DefaultValue()]
[Category("General")]
[Description("Defines the custom value assigned to empty data points when the ValueMode is set to CustomValue")]
public double CustomValue {get; set;}
Remarks
By default set to 0, which means that empty data points are displayed as zeros.
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

EmptyDataPoints Class
EmptyDataPoints Members