[]
        
(Showing Draft Content)

C1.Blazor.Chart.Annotation.Image

Image Class

Represents an image annotation for the AnnotationLayer

Inheritance
Image
Implements
IImage
IAnnotationBase
IStyleProvider
Namespace: C1.Blazor.Chart.Annotation
Assembly: C1.Blazor.Chart.dll
Syntax
public class Image : AnnotationBase, INotifyPropertyChanged, IImage, IAnnotationBase, IStyleProvider
Public Class Image
    Inherits AnnotationBase
    Implements INotifyPropertyChanged, IImage, IAnnotationBase, IStyleProvider

Constructors

Name Description
Image()

Create an instance of the Image class.

Image(string)

Create an instance of the Image class.

Image(string, int, int)

Create an instance of the Image class.

Properties

Name Description
HRef

Gets or sets the image link of the annotation.

Height

Gets or sets the height of image annotation.

Width

Gets or sets the width of image annotation.

Methods

Name Description
GetSize()

Gets the element size.