# C1.Win.C1Chart.ChartData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_ChartData" data-uid="C1.Win.C1Chart.ChartData" class="text-break">ChartData Class
</h1>
  <div class="markdown level0 summary"><p>The ChartData object contains the numerical series to be charted and
display information for each series.</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">ChartData</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_ChartData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(c1ChartTypeConverter))]
public class ChartData</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(c1ChartTypeConverter))&gt;
Public Class ChartData</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_Win_C1Chart_ChartData__ctor_C1_Win_C1Chart_ChartGroup_" data-uid="C1.Win.C1Chart.ChartData.#ctor(C1.Win.C1Chart.ChartGroup)">
          <a class="xref" href="C1.Win.C1Chart.ChartData.-ctor.html#C1_Win_C1Chart_ChartData__ctor_C1_Win_C1Chart_ChartGroup_">ChartData(ChartGroup)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.ChartData.html">ChartData</a> class.</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_Win_C1Chart_ChartData_FunctionsList" data-uid="C1.Win.C1Chart.ChartData.FunctionsList">
          <a class="xref" href="C1.Win.C1Chart.ChartData.FunctionsList.html#C1_Win_C1Chart_ChartData_FunctionsList">FunctionsList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the FunctionsCollection object associated with the current ChartData object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_HighLight" data-uid="C1.Win.C1Chart.ChartData.HighLight">
          <a class="xref" href="C1.Win.C1Chart.ChartData.HighLight.html#C1_Win_C1Chart_ChartData_HighLight">HighLight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the DataHighlight object which controls data highlighting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_Hole" data-uid="C1.Win.C1Chart.ChartData.Hole">
          <a class="xref" href="C1.Win.C1Chart.ChartData.Hole.html#C1_Win_C1Chart_ChartData_Hole">Hole</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data hole value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_Item_System_Int32_" data-uid="C1.Win.C1Chart.ChartData.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.ChartData.Item.html#C1_Win_C1Chart_ChartData_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified ChartDataSeries by numeric index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_MaxX" data-uid="C1.Win.C1Chart.ChartData.MaxX">
          <a class="xref" href="C1.Win.C1Chart.ChartData.MaxX.html#C1_Win_C1Chart_ChartData_MaxX">MaxX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum X value of all series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_MaxY" data-uid="C1.Win.C1Chart.ChartData.MaxY">
          <a class="xref" href="C1.Win.C1Chart.ChartData.MaxY.html#C1_Win_C1Chart_ChartData_MaxY">MaxY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the maximum Y value of all series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_MinX" data-uid="C1.Win.C1Chart.ChartData.MinX">
          <a class="xref" href="C1.Win.C1Chart.ChartData.MinX.html#C1_Win_C1Chart_ChartData_MinX">MinX</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum X value of all series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_MinY" data-uid="C1.Win.C1Chart.ChartData.MinY">
          <a class="xref" href="C1.Win.C1Chart.ChartData.MinY.html#C1_Win_C1Chart_ChartData_MinY">MinY</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the minimum Y value of all series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_PointStylesList" data-uid="C1.Win.C1Chart.ChartData.PointStylesList">
          <a class="xref" href="C1.Win.C1Chart.ChartData.PointStylesList.html#C1_Win_C1Chart_ChartData_PointStylesList">PointStylesList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the PointStylesCollection object associated with the current ChartData object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_SeriesList" data-uid="C1.Win.C1Chart.ChartData.SeriesList">
          <a class="xref" href="C1.Win.C1Chart.ChartData.SeriesList.html#C1_Win_C1Chart_ChartData_SeriesList">SeriesList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ChartDataSeriesCollection object associated with the current ChartData object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_SeriesWidth" data-uid="C1.Win.C1Chart.ChartData.SeriesWidth">
          <a class="xref" href="C1.Win.C1Chart.ChartData.SeriesWidth.html#C1_Win_C1Chart_ChartData_SeriesWidth">SeriesWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Get or sets the percentage of the full width to be drawn of each series of 3D effect charts.
Applies to 3D Area and 3D Line or Ribbon charts.  The value is limited from 10 to 100.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_TrendsList" data-uid="C1.Win.C1Chart.ChartData.TrendsList">
          <a class="xref" href="C1.Win.C1Chart.ChartData.TrendsList.html#C1_Win_C1Chart_ChartData_TrendsList">TrendsList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the TrendLinesCollection object associated with the current ChartData object.</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_C1Chart_ChartData_IsHole_System_Double_" data-uid="C1.Win.C1Chart.ChartData.IsHole(System.Double)">
          <a class="xref" href="C1.Win.C1Chart.ChartData.IsHole.html#C1_Win_C1Chart_ChartData_IsHole_System_Double_">IsHole(double)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true whenever the value passed will be interpreted as a data hole.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_IsHole_System_Object_" data-uid="C1.Win.C1Chart.ChartData.IsHole(System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartData.IsHole.html#C1_Win_C1Chart_ChartData_IsHole_System_Object_">IsHole(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true whenever the value passed will be interpreted as a data hole.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_IsHole_System_Single_" data-uid="C1.Win.C1Chart.ChartData.IsHole(System.Single)">
          <a class="xref" href="C1.Win.C1Chart.ChartData.IsHole.html#C1_Win_C1Chart_ChartData_IsHole_System_Single_">IsHole(float)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true whenever the value passed will be interpreted as a data hole.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_LoadDataFromFile_System_String_" data-uid="C1.Win.C1Chart.ChartData.LoadDataFromFile(System.String)">
          <a class="xref" href="C1.Win.C1Chart.ChartData.LoadDataFromFile.html#C1_Win_C1Chart_ChartData_LoadDataFromFile_System_String_">LoadDataFromFile(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the contents of the current ChartData object from the specified file in XML format,
including point data, holes and line and symbol style data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_OnDataChanged_C1_Win_C1Chart_ChartDataEventArgs_" data-uid="C1.Win.C1Chart.ChartData.OnDataChanged(C1.Win.C1Chart.ChartDataEventArgs)">
          <a class="xref" href="C1.Win.C1Chart.ChartData.OnDataChanged.html#C1_Win_C1Chart_ChartData_OnDataChanged_C1_Win_C1Chart_ChartDataEventArgs_">OnDataChanged(ChartDataEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when an element of the data has changed.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_SaveDataToFile_System_String_" data-uid="C1.Win.C1Chart.ChartData.SaveDataToFile(System.String)">
          <a class="xref" href="C1.Win.C1Chart.ChartData.SaveDataToFile.html#C1_Win_C1Chart_ChartData_SaveDataToFile_System_String_">SaveDataToFile(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the contents of the current ChartData object to the specified file in XML format,
including point data, holes and line and symbol style data.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_SetHole_System_Object_" data-uid="C1.Win.C1Chart.ChartData.SetHole(System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ChartData.SetHole.html#C1_Win_C1Chart_ChartData_SetHole_System_Object_">SetHole(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the data hole value, performing appropriate conversions from the passed object to the internal double storage value.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart_ChartData_DataChanged" data-uid="C1.Win.C1Chart.ChartData.DataChanged">
          <a class="xref" href="C1.Win.C1Chart.ChartData.DataChanged.html">DataChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Called whenever an element of the data has changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
