Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Standard.v4.4 Assembly / Xceed.Chart.Standard Namespace / WatermarkCollection Class
Members


In This Topic
    WatermarkCollection Class
    In This Topic
    The WatermarkCollection object represents the watermarks added to the 3D scene. Watermarks are 2D images that are displayed below or on top of all scene elements. The WatermarkCollection enables you to add, edit and delete watermarks.
    Object Model
    WatermarkCollection Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <EditorAttribute(Xceed.Chart.Standard.WatermarkCollectionEditor, System.Drawing.Design.UITypeEditor)>
    <DebuggerTypeProxyAttribute(System.Collections.ArrayList/ArrayListDebugView)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    <SerializableAttribute()>
    Public Class WatermarkCollection 
       Inherits Xceed.Chart.Utilities.RebindableArrayList
    'Usage
     
    Dim instance As WatermarkCollection
    [DefaultMember("Item")]
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Editor(Xceed.Chart.Standard.WatermarkCollectionEditor, System.Drawing.Design.UITypeEditor)]
    [DebuggerTypeProxy(System.Collections.ArrayList/ArrayListDebugView)]
    [DebuggerDisplay("Count = {Count}")]
    [Serializable()]
    public class WatermarkCollection : Xceed.Chart.Utilities.RebindableArrayList 
    Inheritance Hierarchy

    System.Object
       System.Collections.ArrayList
          Xceed.Chart.Utilities.TypedArrayList
             Xceed.Chart.Utilities.RebindableArrayList
                Xceed.Chart.Standard.WatermarkCollection

    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