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


In This Topic
    EmptyDataPointsAppearance Class
    In This Topic
    Controls the appearance of the empty data points. An instance of this class is attached to every series.
    Object Model
    EmptyDataPointsAppearance Class
    Syntax
    'Declaration
     
    <TypeConverterAttribute(System.ComponentModel.ExpandableObjectConverter)>
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class EmptyDataPointsAppearance 
    'Usage
     
    Dim instance As EmptyDataPointsAppearance
    [TypeConverter(System.ComponentModel.ExpandableObjectConverter)]
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class EmptyDataPointsAppearance 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Core.EmptyDataPointsAppearance

    Public Properties
     NameDescription
    Public PropertyControls the fill effect applied to the empty data points  
    Public PropertyControls the line properties applied to the empty data points  
    Public PropertyControls the appearance of the empty data points markers  
    Public PropertySpecifies the way in which empty data points are visualized  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an identical copy of this object  
    Top
    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