Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / EmptyDataPointsAppearance Class / Mode Property


In This Topic
    Mode Property (EmptyDataPointsAppearance)
    In This Topic
    Specifies the way in which empty data points are visualized
    Syntax
    'Declaration
     
    <CategoryAttribute("Empty Data Points Appearance")>
    <DescriptionAttribute("Specifies the way in which empty data points are visualized")>
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property Mode As EmptyDataPointsAppearanceMode
    'Usage
     
    Dim instance As EmptyDataPointsAppearance
    Dim value As EmptyDataPointsAppearanceMode
     
    instance.Mode = value
     
    value = instance.Mode
    [Category("Empty Data Points Appearance")]
    [Description("Specifies the way in which empty data points are visualized")]
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    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