[]
        
(Showing Draft Content)

C1.Android.Chart.Annotation.Image

Image Class

Represents an image annotation for the AnnotationLayer

Inheritance
Image
Namespace: C1.Android.Chart.Annotation
Assembly: C1.Android.Chart.dll
Syntax
public class Image : AnnotationBase, IDependencyObject, IImage, IAnnotationBase, IStyleProvider

Constructors

Name Description
Image()

Create an instance of Image.

Image(Bitmap)

Create an instance of Image.

Image(Bitmap, double, double)

Create an instance of Image.

Image(string)

Create an instance of Image.

Image(string, 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 Android.Graphics.Bitmap for image annotation.

Width

Gets or sets the width of image annotation.

Methods

Name Description
GetSize()

Gets the annotation size.