# C1.WPF.C1Chart.Extended.Export

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_Extended_Export" data-uid="C1.WPF.C1Chart.Extended.Export" class="text-break">Export Class
</h1>
  <div class="markdown level0 summary"><p>Contains chart export routines.</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"><span class="xref">Export</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart.Extended.html">C1.WPF.C1Chart.Extended</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.Extended.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_Extended_Export_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Browsable(false)]
public static class Export</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Browsable(False)&gt;
Public Module Export</code></pre>
  </div>
  <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_C1Chart_Extended_Export_SaveImage_C1_WPF_C1Chart_C1Chart_System_IO_Stream_C1_WPF_C1Chart_Extended_ImageFormat_" data-uid="C1.WPF.C1Chart.Extended.Export.SaveImage(C1.WPF.C1Chart.C1Chart,System.IO.Stream,C1.WPF.C1Chart.Extended.ImageFormat)">
          <a class="xref" href="C1.WPF.C1Chart.Extended.Export.SaveImage.html#C1_WPF_C1Chart_Extended_Export_SaveImage_C1_WPF_C1Chart_C1Chart_System_IO_Stream_C1_WPF_C1Chart_Extended_ImageFormat_">SaveImage(C1Chart, Stream, ImageFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the chart image to the provided stream using the specified image format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Extended_Export_SaveImage_C1_WPF_C1Chart_C1Chart_System_IO_Stream_C1_WPF_C1Chart_Extended_ImageFormat_System_Double_System_Double_" data-uid="C1.WPF.C1Chart.Extended.Export.SaveImage(C1.WPF.C1Chart.C1Chart,System.IO.Stream,C1.WPF.C1Chart.Extended.ImageFormat,System.Double,System.Double)">
          <a class="xref" href="C1.WPF.C1Chart.Extended.Export.SaveImage.html#C1_WPF_C1Chart_Extended_Export_SaveImage_C1_WPF_C1Chart_C1Chart_System_IO_Stream_C1_WPF_C1Chart_Extended_ImageFormat_System_Double_System_Double_">SaveImage(C1Chart, Stream, ImageFormat, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the chart image to the provided stream using the specified image format
with the specified horizontal and vertical resolution.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_Extended_Export_SaveImage_C1_WPF_C1Chart_C1Chart_System_IO_Stream_System_Windows_Media_Imaging_BitmapEncoder_System_Double_System_Double_" data-uid="C1.WPF.C1Chart.Extended.Export.SaveImage(C1.WPF.C1Chart.C1Chart,System.IO.Stream,System.Windows.Media.Imaging.BitmapEncoder,System.Double,System.Double)">
          <a class="xref" href="C1.WPF.C1Chart.Extended.Export.SaveImage.html#C1_WPF_C1Chart_Extended_Export_SaveImage_C1_WPF_C1Chart_C1Chart_System_IO_Stream_System_Windows_Media_Imaging_BitmapEncoder_System_Double_System_Double_">SaveImage(C1Chart, Stream, BitmapEncoder, double, double)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the chart image to the provided stream using the specified encoder
with the specified horizontal and vertical resolution.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
