# C1.WPF.C1Chart.DataPoint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_WPF_C1Chart_DataPoint" data-uid="C1.WPF.C1Chart.DataPoint" class="text-break">DataPoint Class
</h1>
  <div class="markdown level0 summary"><p>Represent the single data point that may have several data values.</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"><span class="xref">DataPoint</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.C1Chart.html">C1.WPF.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.C1Chart.4.6.2.dll</h6>
  <h5 id="C1_WPF_C1Chart_DataPoint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DataPoint : DependencyObject</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class DataPoint
    Inherits DependencyObject</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_WPF_C1Chart_DataPoint_DataObject" data-uid="C1.WPF.C1Chart.DataPoint.DataObject">
          <a class="xref" href="C1.WPF.C1Chart.DataPoint.DataObject.html#C1_WPF_C1Chart_DataPoint_DataObject">DataObject</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object which is associated with the data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataPoint_Item_System_Int32_" data-uid="C1.WPF.C1Chart.DataPoint.Item(System.Int32)">
          <a class="xref" href="C1.WPF.C1Chart.DataPoint.Item.html#C1_WPF_C1Chart_DataPoint_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the indexed value of the point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataPoint_Item_System_String_" data-uid="C1.WPF.C1Chart.DataPoint.Item(System.String)">
          <a class="xref" href="C1.WPF.C1Chart.DataPoint.Item.html#C1_WPF_C1Chart_DataPoint_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataPoint_Item_System_String_System_String_" data-uid="C1.WPF.C1Chart.DataPoint.Item(System.String,System.String)">
          <a class="xref" href="C1.WPF.C1Chart.DataPoint.Item.html#C1_WPF_C1Chart_DataPoint_Item_System_String_System_String_">this[string, string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the data point formatted with the specified format string.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataPoint_Name" data-uid="C1.WPF.C1Chart.DataPoint.Name">
          <a class="xref" href="C1.WPF.C1Chart.DataPoint.Name.html#C1_WPF_C1Chart_DataPoint_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name associated with the data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataPoint_PercentagePoint" data-uid="C1.WPF.C1Chart.DataPoint.PercentagePoint">
          <a class="xref" href="C1.WPF.C1Chart.DataPoint.PercentagePoint.html#C1_WPF_C1Chart_DataPoint_PercentagePoint">PercentagePoint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the percentage value of the point in the all series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataPoint_PercentageSeries" data-uid="C1.WPF.C1Chart.DataPoint.PercentageSeries">
          <a class="xref" href="C1.WPF.C1Chart.DataPoint.PercentageSeries.html#C1_WPF_C1Chart_DataPoint_PercentageSeries">PercentageSeries</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the percentage value of the point in the series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataPoint_PointIndex" data-uid="C1.WPF.C1Chart.DataPoint.PointIndex">
          <a class="xref" href="C1.WPF.C1Chart.DataPoint.PointIndex.html#C1_WPF_C1Chart_DataPoint_PointIndex">PointIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the point index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataPoint_Series" data-uid="C1.WPF.C1Chart.DataPoint.Series">
          <a class="xref" href="C1.WPF.C1Chart.DataPoint.Series.html#C1_WPF_C1Chart_DataPoint_Series">Series</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data series related to the data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataPoint_SeriesIndex" data-uid="C1.WPF.C1Chart.DataPoint.SeriesIndex">
          <a class="xref" href="C1.WPF.C1Chart.DataPoint.SeriesIndex.html#C1_WPF_C1Chart_DataPoint_SeriesIndex">SeriesIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of data series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_C1Chart_DataPoint_Value" data-uid="C1.WPF.C1Chart.DataPoint.Value">
          <a class="xref" href="C1.WPF.C1Chart.DataPoint.Value.html#C1_WPF_C1Chart_DataPoint_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the point.</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_C1Chart_DataPoint_ToString" data-uid="C1.WPF.C1Chart.DataPoint.ToString">
          <a class="xref" href="C1.WPF.C1Chart.DataPoint.ToString.html#C1_WPF_C1Chart_DataPoint_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current DataPoint.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
