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

    Public Constructors
     NameDescription
    Public ConstructorCreates a new empty semi transparent watermark positioned at the center of the control window.  
    Top
    Protected Fields
     NameDescription
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
    Top
    Public Properties
     NameDescription
    Public PropertyControls the Z position of the watermark.  
    Public PropertyThe size of the watermark in pixels.  
    Public PropertyControls the fill effect applied on the watermark.  
    Public PropertyThe horizontal position of the watermark.  
    Public PropertyThe HorzAlign of the watermark.  
    Public PropertyGives you access to the Interactivity object associated with the watermark.  
    Public PropertyGives access to the StandardFrame object controlling the standard frame of the watermark.  
    Public PropertyWhether or not the watermark will be displayed with custom size.  
    Public PropertyThe VertAlign of the watermark.  
    Public PropertyThe vertical position of the watermark.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates an idendical copy of this label object  
    Top
    Protected Methods
     NameDescription
    Protected MethodThis member is reserved for internal use and is not intended to be used directly from your code.  
    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