# C1.WPF.Chart.Annotation.Image

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_Chart_Annotation_Image" data-uid="C1.WPF.Chart.Annotation.Image" class="text-break">Image Class
</h1>
  <div class="markdown level0 summary"><p>Represents an image annotation for the <a class="xref" href="C1.WPF.Chart.Annotation.AnnotationLayer.html">AnnotationLayer</a></p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.WPF.Chart.Annotation.AnnotationBase.html">AnnotationBase</a></div>
    <div class="level2"><span class="xref">Image</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><span class="xref">IImage</span></div>
    <div><span class="xref">IAnnotationBase</span></div>
    <div><span class="xref">IStyleProvider</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.Chart.Annotation.html">C1.WPF.Chart.Annotation</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.Chart.dll</h6>
  <h5 id="C1_WPF_Chart_Annotation_Image_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Image : AnnotationBase, IImage, IAnnotationBase, IStyleProvider</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Image
    Inherits AnnotationBase
    Implements IImage, IAnnotationBase, IStyleProvider</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Chart_Annotation_Image__ctor" data-uid="C1.WPF.Chart.Annotation.Image.#ctor">
          <a class="xref" href="C1.WPF.Chart.Annotation.Image.-ctor.html#C1_WPF_Chart_Annotation_Image__ctor">Image()</a>
        </td>
        <td class="markdown level1 summary"><p>Create an instance of Image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Annotation_Image__ctor_System_String_" data-uid="C1.WPF.Chart.Annotation.Image.#ctor(System.String)">
          <a class="xref" href="C1.WPF.Chart.Annotation.Image.-ctor.html#C1_WPF_Chart_Annotation_Image__ctor_System_String_">Image(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an instance of Image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Annotation_Image__ctor_System_String_System_Double_System_Double_" data-uid="C1.WPF.Chart.Annotation.Image.#ctor(System.String,System.Double,System.Double)">
          <a class="xref" href="C1.WPF.Chart.Annotation.Image.-ctor.html#C1_WPF_Chart_Annotation_Image__ctor_System_String_System_Double_System_Double_">Image(string, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an instance of Image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Annotation_Image__ctor_System_Windows_Media_ImageSource_" data-uid="C1.WPF.Chart.Annotation.Image.#ctor(System.Windows.Media.ImageSource)">
          <a class="xref" href="C1.WPF.Chart.Annotation.Image.-ctor.html#C1_WPF_Chart_Annotation_Image__ctor_System_Windows_Media_ImageSource_">Image(ImageSource)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an instance of Image.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Annotation_Image__ctor_System_Windows_Media_ImageSource_System_Double_System_Double_" data-uid="C1.WPF.Chart.Annotation.Image.#ctor(System.Windows.Media.ImageSource,System.Double,System.Double)">
          <a class="xref" href="C1.WPF.Chart.Annotation.Image.-ctor.html#C1_WPF_Chart_Annotation_Image__ctor_System_Windows_Media_ImageSource_System_Double_System_Double_">Image(ImageSource, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Create an instance of Image.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Chart_Annotation_Image_HeightProperty" data-uid="C1.WPF.Chart.Annotation.Image.HeightProperty">
          <a class="xref" href="C1.WPF.Chart.Annotation.Image.HeightProperty.html">HeightProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Height dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Annotation_Image_SourceProperty" data-uid="C1.WPF.Chart.Annotation.Image.SourceProperty">
          <a class="xref" href="C1.WPF.Chart.Annotation.Image.SourceProperty.html">SourceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Source dependency property.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Annotation_Image_WidthProperty" data-uid="C1.WPF.Chart.Annotation.Image.WidthProperty">
          <a class="xref" href="C1.WPF.Chart.Annotation.Image.WidthProperty.html">WidthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Identifies the Width dependency property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Chart_Annotation_Image_Height" data-uid="C1.WPF.Chart.Annotation.Image.Height">
          <a class="xref" href="C1.WPF.Chart.Annotation.Image.Height.html#C1_WPF_Chart_Annotation_Image_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of image annotation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Annotation_Image_Source" data-uid="C1.WPF.Chart.Annotation.Image.Source">
          <a class="xref" href="C1.WPF.Chart.Annotation.Image.Source.html#C1_WPF_Chart_Annotation_Image_Source">Source</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.imagesource">ImageSource</a> for image annotation.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_Chart_Annotation_Image_Width" data-uid="C1.WPF.Chart.Annotation.Image.Width">
          <a class="xref" href="C1.WPF.Chart.Annotation.Image.Width.html#C1_WPF_Chart_Annotation_Image_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of image annotation.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_WPF_Chart_Annotation_Image_GetSize" data-uid="C1.WPF.Chart.Annotation.Image.GetSize">
          <a class="xref" href="C1.WPF.Chart.Annotation.Image.GetSize.html#C1_WPF_Chart_Annotation_Image_GetSize">GetSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets annotation size.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
