Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / EmptyDataPointsAppearanceMode Enumeration


In This Topic
    EmptyDataPointsAppearanceMode Enumeration
    In This Topic
    Defines the appearance of the data point
    Syntax
    'Declaration
     
    Public Enum EmptyDataPointsAppearanceMode 
       Inherits System.Enum
    'Usage
     
    Dim instance As EmptyDataPointsAppearanceMode
    public enum EmptyDataPointsAppearanceMode : System.Enum 
    Members
    MemberDescription
    DifferentAppearanceempty data points are display in the regular series manner, but with custom user defined fill effect and line properties
    Markerempty data points are display as markers
    Normalempty data points are display in the regular series manner, with the same appearance that other data points use
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Chart.Core.EmptyDataPointsAppearanceMode

    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