Xceed Chart for WinForms v4.4 Documentation
Mode Property (EmptyDataPointsAppearance)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > EmptyDataPointsAppearance Class : Mode Property
Specifies the way in which empty data points are visualized
Syntax
'Declaration
 
<DescriptionAttribute("Specifies the way in which empty data points are visualized")>
<DefaultValueAttribute()>
<CategoryAttribute("Empty Data Points Appearance")>
Public Property Mode As EmptyDataPointsAppearanceMode
'Usage
 
Dim instance As EmptyDataPointsAppearance
Dim value As EmptyDataPointsAppearanceMode
 
instance.Mode = value
 
value = instance.Mode
[Description("Specifies the way in which empty data points are visualized")]
[DefaultValue()]
[Category("Empty Data Points Appearance")]
public EmptyDataPointsAppearanceMode Mode {get; set;}
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

EmptyDataPointsAppearance Class
EmptyDataPointsAppearance Members