[]
        
(Showing Draft Content)

C1.WPF.Chart.Annotation.Image

Image Class

Represents an image annotation for the AnnotationLayer

Implements
Namespace: C1.WPF.Chart.Annotation
Assembly: C1.WPF.FlexChart.4.6.2.dll
Syntax
public class Image : AnnotationBase, IImage

Constructors

Name Description
Image()

Create an instance of Image.

Image(string)

Create an instance of Image.

Image(string, double, double)

Create an instance of Image.

Image(ImageSource)

Create an instance of Image.

Image(ImageSource, double, double)

Create an instance of Image.

Fields

Name Description
HeightProperty

Identifies the Height dependency property.

SourceProperty

Identifies the Source dependency property.

WidthProperty

Identifies the Width dependency property.

Properties

Name Description
Height

Gets or sets the height of image annotation.

Source

Gets or sets the ImageSource for image annotation.

Width

Gets or sets the width of image annotation.

Methods

Name Description
GetSize()