Class ChartWatermark
Represents the watermark properties.
Inheritance
System.Object
ChartWatermark
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartWatermark
Properties
Font
Gets or sets the font.
Declaration
public Font Font { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Font | The font. |
HorizontalAlignment
Gets or sets the horizontal alignment.
Declaration
public ChartAlignment HorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
ChartAlignment | The horizontal alignment. |
Image
Gets or sets the image.
Declaration
public Image Image { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Image | The image. |
ImageSize
Gets or sets the size of the image.
Declaration
public Size? ImageSize { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Drawing.Size> | The size of the image. |
Margin
Gets or sets the margin.
Declaration
[ChartTemplate(ChartTemplateSet.Simple)]
public ChartThickness Margin { get; set; }
Property Value
Type | Description |
---|---|
ChartThickness | The margin. |
Opacity
Gets or sets the opacity.
Declaration
public float Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The opacity. |
Text
Gets or sets the text.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
TextColor
Gets or sets the color of the text.
Declaration
public Color TextColor { get; set; }
Property Value
Type | Description |
---|---|
System.Drawing.Color | The color of the text. |
VerticalAlignment
Gets or sets the vertical alignment.
Declaration
public ChartAlignment VerticalAlignment { get; set; }
Property Value
Type | Description |
---|---|
ChartAlignment | The vertical alignment. |
ZOrder
Gets or sets the depth order.
Declaration
public ChartWaterMarkOrder ZOrder { get; set; }
Property Value
Type | Description |
---|---|
ChartWaterMarkOrder | The depth order. |