# C1.Win.C1Chart3D.Chart3DData.DataCoordToCoord

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart3D_Chart3DData_DataCoordToCoord_" data-uid="C1.Win.C1Chart3D.Chart3DData.DataCoordToCoord*">DataCoordToCoord Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart3D_Chart3DData_DataCoordToCoord_" data-uid="C1.Win.C1Chart3D.Chart3DData.DataCoordToCoord*"></a>
<h4 id="C1_Win_C1Chart3D_Chart3DData_DataCoordToCoord_System_Single_System_Single_System_Single_System_Int32__System_Int32__" data-uid="C1.Win.C1Chart3D.Chart3DData.DataCoordToCoord(System.Single,System.Single,System.Single,System.Int32@,System.Int32@)">DataCoordToCoord(float, float, float, ref int, ref int)</h4>
<div class="markdown level1 summary"><p>Maps a data coordinate to a pixel coordinate.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool DataCoordToCoord(float x, float y, float z, ref int sx, ref int sy)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function DataCoordToCoord(x As Single, y As Single, z As Single, ByRef sx As Integer, ByRef sy As Integer) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">x</span></td>
      <td><p>X data coordinate.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">y</span></td>
      <td><p>Y data coordinate.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">z</span></td>
      <td><p>Z data coordinate.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">sx</span></td>
      <td><p>Client x coordinate in pixels.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">sy</span></td>
      <td><p>Client y coordinate in pixels.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>Boolean result of coordinate conversion.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_C1Chart3D_Chart3DData_DataCoordToCoord_System_Single_System_Single_System_Single_System_Int32__System_Int32___seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart3D.Chart3DData.html">Chart3DData</a></div>
</div>


<a id="C1_Win_C1Chart3D_Chart3DData_DataCoordToCoord_" data-uid="C1.Win.C1Chart3D.Chart3DData.DataCoordToCoord*"></a>
<h4 id="C1_Win_C1Chart3D_Chart3DData_DataCoordToCoord_System_Double_System_Double_System_Double_System_Int32__System_Int32__" data-uid="C1.Win.C1Chart3D.Chart3DData.DataCoordToCoord(System.Double,System.Double,System.Double,System.Int32@,System.Int32@)">DataCoordToCoord(double, double, double, ref int, ref int)</h4>
<div class="markdown level1 summary"><p>Maps a data coordinate to a pixel coordinate.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool DataCoordToCoord(double x, double y, double z, ref int sx, ref int sy)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function DataCoordToCoord(x As Double, y As Double, z As Double, ByRef sx As Integer, ByRef sy As Integer) As Boolean</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">x</span></td>
      <td><p>X data coordinate.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">y</span></td>
      <td><p>Y data coordinate.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.double">double</a></td>
      <td><span class="parametername">z</span></td>
      <td><p>Z data coordinate.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">sx</span></td>
      <td><p>Client x coordinate in pixels.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">sy</span></td>
      <td><p>Client y coordinate in pixels.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><p>Boolean result of coordinate conversion.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_C1Chart3D_Chart3DData_DataCoordToCoord_System_Double_System_Double_System_Double_System_Int32__System_Int32___seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart3D.Chart3DData.html">Chart3DData</a></div>
</div>
</div>
