[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Category("Xceed Chart for ASP.NET")]
[Description("Watermarks collection - contains the watermarks displayed in the control canvas")]
[BinarySerializationProperty()]
public WatermarkCollection Watermarks {get; set;}
Remarks
Watermarks are 2D images that are displayed below or on top of all scene elements. Each watermark is represented by a Watermark object contained in the Watermarks collection.
Example
The following example create a new watermarks based on the "Coffee Bean.bmp" picture.
Watermark watermark = new Watermark();
watermark.ImageFileName = "c:\\windows\\Coffee Bean.bmp";
ChartServerControl1.Watermarks.Add(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