# C1.Win.C1Chart3D.Chart3DData.GetMin

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart3D_Chart3DData_GetMin_" data-uid="C1.Win.C1Chart3D.Chart3DData.GetMin*">GetMin Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart3D_Chart3DData_GetMin_" data-uid="C1.Win.C1Chart3D.Chart3DData.GetMin*"></a>
<h4 id="C1_Win_C1Chart3D_Chart3DData_GetMin_C1_Win_C1Chart3D_AxisTypeEnum_" data-uid="C1.Win.C1Chart3D.Chart3DData.GetMin(C1.Win.C1Chart3D.AxisTypeEnum)">GetMin(AxisTypeEnum)</h4>
<div class="markdown level1 summary"><p>Gets the minimum data value for the coordinate indicated by the specified index.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public double GetMin(AxisTypeEnum axisType)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetMin(axisType As AxisTypeEnum) As Double</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="C1.Win.C1Chart3D.AxisTypeEnum.html">AxisTypeEnum</a></td>
      <td><span class="parametername">axisType</span></td>
      <td><p>Axis type(x, y or z).</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.double">double</a></td>
      <td><p>Double value equal to the smallest coordinate value.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_Win_C1Chart3D_Chart3DData_GetMin_C1_Win_C1Chart3D_AxisTypeEnum__remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This method returns the data coordinate with the minimum value along the specified axis.
For example, specifying <a class="xref" href="C1.Win.C1Chart3D.AxisTypeEnum.html#C1_Win_C1Chart3D_AxisTypeEnum_AxisX">AxisX</a> as a calling parameter,
will return the X coordinate value with the smallest X value.</p>
</div>
<h5 id="C1_Win_C1Chart3D_Chart3DData_GetMin_C1_Win_C1Chart3D_AxisTypeEnum__seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.Win.C1Chart3D.Chart3DData.html">Chart3DData</a></div>
</div>
</div>
