# C1.WPF.C1Chart3D.C1Chart3D

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart3D_C1Chart3D" data-uid="C1.WPF.C1Chart3D.C1Chart3D" class="text-break">C1Chart3D Class
</h1>
  <div class="markdown level0 summary"><p>Represents 3D chart.</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="https://learn.microsoft.com/dotnet/api/system.windows.threading.dispatcherobject">DispatcherObject</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.dependencyobject">DependencyObject</a></div>
    <div class="level3"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.visual">Visual</a></div>
    <div class="level4"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.uielement">UIElement</a></div>
    <div class="level5"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.frameworkelement">FrameworkElement</a></div>
    <div class="level6"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.controls.control">Control</a></div>
    <div class="level7"><span class="xref">C1Chart3D</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.media.animation.ianimatable">IAnimatable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iframeworkinputelement">IFrameworkInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.iinputelement">IInputElement</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.isupportinitialize">ISupportInitialize</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.markup.iqueryambient">IQueryAmbient</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart3D.html">C1.WPF.C1Chart3D</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart3D.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart3D_C1Chart3D_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class C1Chart3D : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class C1Chart3D
    Inherits Control
    Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient</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_C1Chart3D_C1Chart3D__ctor" data-uid="C1.WPF.C1Chart3D.C1Chart3D.#ctor">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.-ctor.html#C1_WPF_C1Chart3D_C1Chart3D__ctor">C1Chart3D()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an instance of C1Chart3D class.</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_C1Chart3D_C1Chart3D_AxisXProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3D.AxisXProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.AxisXProperty.html">AxisXProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for AxisX.
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_AxisYProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3D.AxisYProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.AxisYProperty.html">AxisYProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for AxisY.
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_AxisZProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3D.AxisZProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.AxisZProperty.html">AxisZProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for AxisZ.
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_AzimuthProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3D.AzimuthProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.AzimuthProperty.html">AzimuthProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for Azimuth.
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_CeilAppearanceProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3D.CeilAppearanceProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.CeilAppearanceProperty.html">CeilAppearanceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for CeilAppearance.<br>
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_ChartTypeProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3D.ChartTypeProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.ChartTypeProperty.html">ChartTypeProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for ChartType.
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_ColorPaletteProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3D.ColorPaletteProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.ColorPaletteProperty.html">ColorPaletteProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for ColorPalette.  This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_ContourLevelsCountProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3D.ContourLevelsCountProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.ContourLevelsCountProperty.html">ContourLevelsCountProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for ContourLevelsCount.
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_ElevationProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3D.ElevationProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.ElevationProperty.html">ElevationProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for Elevation.
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_FloorAppearanceProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3D.FloorAppearanceProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.FloorAppearanceProperty.html">FloorAppearanceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for FloorAppearance.<br>
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_LegendProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3D.LegendProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.LegendProperty.html">LegendProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for Legend.<br>
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_PlotFillProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3D.PlotFillProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.PlotFillProperty.html">PlotFillProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for PlotFill.<br>
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_SurfaceMeshAppearanceProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3D.SurfaceMeshAppearanceProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.SurfaceMeshAppearanceProperty.html">SurfaceMeshAppearanceProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for SurfaceMeshAppearance.
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_XScaleProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3D.XScaleProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.XScaleProperty.html">XScaleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for XScale.<br>
This enables animation, styling, binding, etc...</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_YScaleProperty" data-uid="C1.WPF.C1Chart3D.C1Chart3D.YScaleProperty">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.YScaleProperty.html">YScaleProperty</a>
        </td>
        <td class="markdown level1 summary"><p>Using a DependencyProperty as the backing store for YScale.<br>
This enables animation, styling, binding, etc...</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_C1Chart3D_C1Chart3D_AxisX" data-uid="C1.WPF.C1Chart3D.C1Chart3D.AxisX">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.AxisX.html#C1_WPF_C1Chart3D_C1Chart3D_AxisX">AxisX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the x-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_AxisY" data-uid="C1.WPF.C1Chart3D.C1Chart3D.AxisY">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.AxisY.html#C1_WPF_C1Chart3D_C1Chart3D_AxisY">AxisY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the y-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_AxisZ" data-uid="C1.WPF.C1Chart3D.C1Chart3D.AxisZ">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.AxisZ.html#C1_WPF_C1Chart3D_C1Chart3D_AxisZ">AxisZ</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the z-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_Azimuth" data-uid="C1.WPF.C1Chart3D.C1Chart3D.Azimuth">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.Azimuth.html#C1_WPF_C1Chart3D_C1Chart3D_Azimuth">Azimuth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the azimuth angle measured in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_AzimuthAction" data-uid="C1.WPF.C1Chart3D.C1Chart3D.AzimuthAction">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.AzimuthAction.html#C1_WPF_C1Chart3D_C1Chart3D_AzimuthAction">AzimuthAction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the azimuth action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_AzimuthActionModifiers" data-uid="C1.WPF.C1Chart3D.C1Chart3D.AzimuthActionModifiers">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.AzimuthActionModifiers.html#C1_WPF_C1Chart3D_C1Chart3D_AzimuthActionModifiers">AzimuthActionModifiers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the key modifiers for Azimuth action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_CeilAppearance" data-uid="C1.WPF.C1Chart3D.C1Chart3D.CeilAppearance">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.CeilAppearance.html#C1_WPF_C1Chart3D_C1Chart3D_CeilAppearance">CeilAppearance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ceil appearance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_ChartType" data-uid="C1.WPF.C1Chart3D.C1Chart3D.ChartType">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.ChartType.html#C1_WPF_C1Chart3D_C1Chart3D_ChartType">ChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_Children" data-uid="C1.WPF.C1Chart3D.C1Chart3D.Children">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.Children.html#C1_WPF_C1Chart3D_C1Chart3D_Children">Children</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of data series. Now only one series is supported.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_ColorPalette" data-uid="C1.WPF.C1Chart3D.C1Chart3D.ColorPalette">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.ColorPalette.html#C1_WPF_C1Chart3D_C1Chart3D_ColorPalette">ColorPalette</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color palette.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_ContourLevelsCount" data-uid="C1.WPF.C1Chart3D.C1Chart3D.ContourLevelsCount">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.ContourLevelsCount.html#C1_WPF_C1Chart3D_C1Chart3D_ContourLevelsCount">ContourLevelsCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of contour levels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_Elevation" data-uid="C1.WPF.C1Chart3D.C1Chart3D.Elevation">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.Elevation.html#C1_WPF_C1Chart3D_C1Chart3D_Elevation">Elevation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the elevation angle measured in degrees.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_ElevationAction" data-uid="C1.WPF.C1Chart3D.C1Chart3D.ElevationAction">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.ElevationAction.html#C1_WPF_C1Chart3D_C1Chart3D_ElevationAction">ElevationAction</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the elevation action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_ElevationActionModifiers" data-uid="C1.WPF.C1Chart3D.C1Chart3D.ElevationActionModifiers">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.ElevationActionModifiers.html#C1_WPF_C1Chart3D_C1Chart3D_ElevationActionModifiers">ElevationActionModifiers</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the key modifiers for Elevation action.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_FloorAppearance" data-uid="C1.WPF.C1Chart3D.C1Chart3D.FloorAppearance">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.FloorAppearance.html#C1_WPF_C1Chart3D_C1Chart3D_FloorAppearance">FloorAppearance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the floor appearance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_Legend" data-uid="C1.WPF.C1Chart3D.C1Chart3D.Legend">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.Legend.html#C1_WPF_C1Chart3D_C1Chart3D_Legend">Legend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_PlotFill" data-uid="C1.WPF.C1Chart3D.C1Chart3D.PlotFill">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.PlotFill.html#C1_WPF_C1Chart3D_C1Chart3D_PlotFill">PlotFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the brush for plot area filling.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_RenderMode" data-uid="C1.WPF.C1Chart3D.C1Chart3D.RenderMode">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.RenderMode.html#C1_WPF_C1Chart3D_C1Chart3D_RenderMode">RenderMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart render mode.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_SurfaceMeshAppearance" data-uid="C1.WPF.C1Chart3D.C1Chart3D.SurfaceMeshAppearance">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.SurfaceMeshAppearance.html#C1_WPF_C1Chart3D_C1Chart3D_SurfaceMeshAppearance">SurfaceMeshAppearance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the surface mesh appearance.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_XScale" data-uid="C1.WPF.C1Chart3D.C1Chart3D.XScale">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.XScale.html#C1_WPF_C1Chart3D_C1Chart3D_XScale">XScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart scale along x-axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_YScale" data-uid="C1.WPF.C1Chart3D.C1Chart3D.YScale">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.YScale.html#C1_WPF_C1Chart3D_C1Chart3D_YScale">YScale</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart scale along y-axis.</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_C1Chart3D_C1Chart3D_DataToPoint_System_Windows_Media_Media3D_Point3D_" data-uid="C1.WPF.C1Chart3D.C1Chart3D.DataToPoint(System.Windows.Media.Media3D.Point3D)">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.DataToPoint.html#C1_WPF_C1Chart3D_C1Chart3D_DataToPoint_System_Windows_Media_Media3D_Point3D_">DataToPoint(Point3D)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts data coordinates to screen control coordinates.
Returns null if conversion is not possible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_OnApplyTemplate" data-uid="C1.WPF.C1Chart3D.C1Chart3D.OnApplyTemplate">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.OnApplyTemplate.html#C1_WPF_C1Chart3D_C1Chart3D_OnApplyTemplate">OnApplyTemplate()</a>
        </td>
        <td class="markdown level1 summary"><p>Invoked when ApplyTemplate() method is called.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_PointToData_System_Windows_Point_" data-uid="C1.WPF.C1Chart3D.C1Chart3D.PointToData(System.Windows.Point)">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.PointToData.html#C1_WPF_C1Chart3D_C1Chart3D_PointToData_System_Windows_Point_">PointToData(Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts screen control coordinates to data coordinates.
Returns null if conversion is not possible.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart3D_C1Chart3D_SaveImage_System_IO_Stream_C1_WPF_C1Chart3D_ImageFormat_" data-uid="C1.WPF.C1Chart3D.C1Chart3D.SaveImage(System.IO.Stream,C1.WPF.C1Chart3D.ImageFormat)">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.SaveImage.html#C1_WPF_C1Chart3D_C1Chart3D_SaveImage_System_IO_Stream_C1_WPF_C1Chart3D_ImageFormat_">SaveImage(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_C1Chart3D_C1Chart3D_SaveImage_System_IO_Stream_C1_WPF_C1Chart3D_ImageFormat_System_Double_System_Double_" data-uid="C1.WPF.C1Chart3D.C1Chart3D.SaveImage(System.IO.Stream,C1.WPF.C1Chart3D.ImageFormat,System.Double,System.Double)">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.SaveImage.html#C1_WPF_C1Chart3D_C1Chart3D_SaveImage_System_IO_Stream_C1_WPF_C1Chart3D_ImageFormat_System_Double_System_Double_">SaveImage(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_C1Chart3D_C1Chart3D_SaveImage_System_IO_Stream_System_Windows_Media_Imaging_BitmapEncoder_System_Double_System_Double_" data-uid="C1.WPF.C1Chart3D.C1Chart3D.SaveImage(System.IO.Stream,System.Windows.Media.Imaging.BitmapEncoder,System.Double,System.Double)">
          <a class="xref" href="C1.WPF.C1Chart3D.C1Chart3D.SaveImage.html#C1_WPF_C1Chart3D_C1Chart3D_SaveImage_System_IO_Stream_System_Windows_Media_Imaging_BitmapEncoder_System_Double_System_Double_">SaveImage(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>
