# C1.Win.C1Chart3D.Chart3DData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart3D_Chart3DData" data-uid="C1.Win.C1Chart3D.Chart3DData" class="text-break">Chart3DData Class
</h1>
  <div class="markdown level0 summary"><p>Represents chart data.</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">Chart3DData</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart3D.html">C1.Win.C1Chart3D</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart3D.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart3D_Chart3DData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(ExpandableObjectConverter))]
public class Chart3DData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(ExpandableObjectConverter))&gt;
Public Class Chart3DData</code></pre>
  </div>
  <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_Win_C1Chart3D_Chart3DData_ContourData" data-uid="C1.Win.C1Chart3D.Chart3DData.ContourData">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.ContourData.html#C1_Win_C1Chart3D_Chart3DData_ContourData">ContourData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets contour data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_Layout" data-uid="C1.Win.C1Chart3D.Chart3DData.Layout">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.Layout.html#C1_Win_C1Chart3D_Chart3DData_Layout">Layout</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart data layout type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_Set" data-uid="C1.Win.C1Chart3D.Chart3DData.Set">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.Set.html#C1_Win_C1Chart3D_Chart3DData_Set">Set</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets dataset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_SetGrid" data-uid="C1.Win.C1Chart3D.Chart3DData.SetGrid">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.SetGrid.html#C1_Win_C1Chart3D_Chart3DData_SetGrid">SetGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets regular grid dataset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_SetIrGrid" data-uid="C1.Win.C1Chart3D.Chart3DData.SetIrGrid">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.SetIrGrid.html#C1_Win_C1Chart3D_Chart3DData_SetIrGrid">SetIrGrid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets irregular grid dataset.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_SetPoint" data-uid="C1.Win.C1Chart3D.Chart3DData.SetPoint">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.SetPoint.html#C1_Win_C1Chart3D_Chart3DData_SetPoint">SetPoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets point dataset.</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_Win_C1Chart3D_Chart3DData_CoordToDataCoord_System_Int32_System_Int32_System_Double__System_Double__System_Double__" data-uid="C1.Win.C1Chart3D.Chart3DData.CoordToDataCoord(System.Int32,System.Int32,System.Double@,System.Double@,System.Double@)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.CoordToDataCoord.html#C1_Win_C1Chart3D_Chart3DData_CoordToDataCoord_System_Int32_System_Int32_System_Double__System_Double__System_Double__">CoordToDataCoord(int, int, ref double, ref double, ref double)</a>
        </td>
        <td class="markdown level1 summary"><p>Maps a pixel coordinate to a data coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_CoordToDataCoord_System_Int32_System_Int32_System_Single__System_Single__System_Single__" data-uid="C1.Win.C1Chart3D.Chart3DData.CoordToDataCoord(System.Int32,System.Int32,System.Single@,System.Single@,System.Single@)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.CoordToDataCoord.html#C1_Win_C1Chart3D_Chart3DData_CoordToDataCoord_System_Int32_System_Int32_System_Single__System_Single__System_Single__">CoordToDataCoord(int, int, ref float, ref float, ref float)</a>
        </td>
        <td class="markdown level1 summary"><p>Maps a pixel coordinate to a data coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_CoordToDataIndex_System_Int32_System_Int32_System_Int32__System_Int32__" data-uid="C1.Win.C1Chart3D.Chart3DData.CoordToDataIndex(System.Int32,System.Int32,System.Int32@,System.Int32@)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.CoordToDataIndex.html#C1_Win_C1Chart3D_Chart3DData_CoordToDataIndex_System_Int32_System_Int32_System_Int32__System_Int32__">CoordToDataIndex(int, int, ref int, ref int)</a>
        </td>
        <td class="markdown level1 summary"><p>Picks the displayed data closest to the given pixel coordinate.</p>
</td>
      </tr>
      <tr>
        <td 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@)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.DataCoordToCoord.html#C1_Win_C1Chart3D_Chart3DData_DataCoordToCoord_System_Double_System_Double_System_Double_System_Int32__System_Int32__">DataCoordToCoord(double, double, double, ref int, ref int)</a>
        </td>
        <td class="markdown level1 summary"><p>Maps a data coordinate to a pixel coordinate.</p>
</td>
      </tr>
      <tr>
        <td 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@)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.DataCoordToCoord.html#C1_Win_C1Chart3D_Chart3DData_DataCoordToCoord_System_Single_System_Single_System_Single_System_Int32__System_Int32__">DataCoordToCoord(float, float, float, ref int, ref int)</a>
        </td>
        <td class="markdown level1 summary"><p>Maps a data coordinate to a pixel coordinate.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_DataIndexToCoord_System_Int32_System_Int32_System_Int32__System_Int32__" data-uid="C1.Win.C1Chart3D.Chart3DData.DataIndexToCoord(System.Int32,System.Int32,System.Int32@,System.Int32@)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.DataIndexToCoord.html#C1_Win_C1Chart3D_Chart3DData_DataIndexToCoord_System_Int32_System_Int32_System_Int32__System_Int32__">DataIndexToCoord(int, int, ref int, ref int)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines a pixel coordinate by given a data row and column.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_GetJaggedContourData" data-uid="C1.Win.C1Chart3D.Chart3DData.GetJaggedContourData">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.GetJaggedContourData.html#C1_Win_C1Chart3D_Chart3DData_GetJaggedContourData">GetJaggedContourData()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object containing contour data in a jagged double array.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_GetMax_C1_Win_C1Chart3D_AxisTypeEnum_" data-uid="C1.Win.C1Chart3D.Chart3DData.GetMax(C1.Win.C1Chart3D.AxisTypeEnum)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.GetMax.html#C1_Win_C1Chart3D_Chart3DData_GetMax_C1_Win_C1Chart3D_AxisTypeEnum_">GetMax(AxisTypeEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum data value for the coordinate indicated by the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_GetMin_C1_Win_C1Chart3D_AxisTypeEnum_" data-uid="C1.Win.C1Chart3D.Chart3DData.GetMin(C1.Win.C1Chart3D.AxisTypeEnum)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.GetMin.html#C1_Win_C1Chart3D_Chart3DData_GetMin_C1_Win_C1Chart3D_AxisTypeEnum_">GetMin(AxisTypeEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum data value for the coordinate indicated by the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_LoadDataFromFile_System_String_" data-uid="C1.Win.C1Chart3D.Chart3DData.LoadDataFromFile(System.String)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.LoadDataFromFile.html#C1_Win_C1Chart3D_Chart3DData_LoadDataFromFile_System_String_">LoadDataFromFile(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Load the contents of the current Chart3DData object from the specified file.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_LoadDataFromFile_System_String_C1_Win_C1Chart3D_DataFormatEnum_" data-uid="C1.Win.C1Chart3D.Chart3DData.LoadDataFromFile(System.String,C1.Win.C1Chart3D.DataFormatEnum)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.LoadDataFromFile.html#C1_Win_C1Chart3D_Chart3DData_LoadDataFromFile_System_String_C1_Win_C1Chart3D_DataFormatEnum_">LoadDataFromFile(string, DataFormatEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Load the contents of the current Chart3DData object from the specified file using specified format.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_ResetContourData" data-uid="C1.Win.C1Chart3D.Chart3DData.ResetContourData">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.ResetContourData.html#C1_Win_C1Chart3D_Chart3DData_ResetContourData">ResetContourData()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears all contour data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_SaveDataToFile_System_String_" data-uid="C1.Win.C1Chart3D.Chart3DData.SaveDataToFile(System.String)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.SaveDataToFile.html#C1_Win_C1Chart3D_Chart3DData_SaveDataToFile_System_String_">SaveDataToFile(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of the current Chart3DData object to the specified file in XML or ComponentOne Chart 7 format (.dat).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_SaveDataToFile_System_String_C1_Win_C1Chart3D_DataFormatEnum_" data-uid="C1.Win.C1Chart3D.Chart3DData.SaveDataToFile(System.String,C1.Win.C1Chart3D.DataFormatEnum)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.SaveDataToFile.html#C1_Win_C1Chart3D_Chart3DData_SaveDataToFile_System_String_C1_Win_C1Chart3D_DataFormatEnum_">SaveDataToFile(string, DataFormatEnum)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of the current Chart3DData object to the specified file in XML or ComponentOne Chart 7 format (.dat).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart3D_Chart3DData_SetJaggedContourData_System_Object_" data-uid="C1.Win.C1Chart3D.Chart3DData.SetJaggedContourData(System.Object)">
          <a class="xref" href="C1.Win.C1Chart3D.Chart3DData.SetJaggedContourData.html#C1_Win_C1Chart3D_Chart3DData_SetJaggedContourData_System_Object_">SetJaggedContourData(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the contour data with a two-dimensional integer array, or a jagged integer, jagged float or jagged double array.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
