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


In This Topic
    Watermark Class
    In This Topic
    This object represents a watermark. Watermarks are images that are displayed below or on top of all scene elements. You can add watermarks to the scene with the help of the WatermarkCollection object. The Watermark object allows you to position the watermark at an arbitrary position in the control window.
    Object Model
    Watermark Class
    Syntax
    'Declaration
     
    <ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <SerializableAttribute()>
    Public Class Watermark 
    'Usage
     
    Dim instance As Watermark
    [ClassInterface(ClassInterfaceType.AutoDual)]
    [Serializable()]
    public class Watermark 
    Inheritance Hierarchy

    System.Object
       Xceed.Chart.Standard.Watermark

    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