# GrapeCity.ActiveReports.Chart.DataPoint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Chart_DataPoint" data-uid="GrapeCity.ActiveReports.Chart.DataPoint" class="text-break">DataPoint Class
</h1>
  <div class="markdown level0 summary"><p>Represents the set of properties for a data point.</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="GrapeCity.ActiveReports.Chart.Item.html">Item</a></div>
    <div class="level2"><span class="xref">DataPoint</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphItem.html">IGraphItem</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Chart.IGraphXmlSerializable.html">IGraphXmlSerializable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Chart.html">GrapeCity.ActiveReports.Chart</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Chart.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Chart_DataPoint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(DataPoint.Converter))]
public sealed class DataPoint : Item, IGraphItem, ICloneable, IGraphXmlSerializable</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="GrapeCity_ActiveReports_Chart_DataPoint__ctor" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.#ctor">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.-ctor.html#GrapeCity_ActiveReports_Chart_DataPoint__ctor">DataPoint()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.html">DataPoint</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint__ctor_System_Int32_" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.#ctor(System.Int32)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.-ctor.html#GrapeCity_ActiveReports_Chart_DataPoint__ctor_System_Int32_">DataPoint(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.html">DataPoint</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint__ctor_System_Object_GrapeCity_ActiveReports_Chart_DoubleArray_System_Boolean_" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.#ctor(System.Object,GrapeCity.ActiveReports.Chart.DoubleArray,System.Boolean)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.-ctor.html#GrapeCity_ActiveReports_Chart_DataPoint__ctor_System_Object_GrapeCity_ActiveReports_Chart_DoubleArray_System_Boolean_">DataPoint(object, DoubleArray, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.html">DataPoint</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint__ctor_System_Object_GrapeCity_ActiveReports_Chart_DoubleArray_System_Boolean_GrapeCity_ActiveReports_Chart_CustomProperties_" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.#ctor(System.Object,GrapeCity.ActiveReports.Chart.DoubleArray,System.Boolean,GrapeCity.ActiveReports.Chart.CustomProperties)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.-ctor.html#GrapeCity_ActiveReports_Chart_DataPoint__ctor_System_Object_GrapeCity_ActiveReports_Chart_DoubleArray_System_Boolean_GrapeCity_ActiveReports_Chart_CustomProperties_">DataPoint(object, DoubleArray, bool, CustomProperties)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.html">DataPoint</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint__ctor_System_Object_GrapeCity_ActiveReports_Chart_DoubleArray_System_Boolean_GrapeCity_ActiveReports_Chart_CustomProperties_System_Boolean_System_String_" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.#ctor(System.Object,GrapeCity.ActiveReports.Chart.DoubleArray,System.Boolean,GrapeCity.ActiveReports.Chart.CustomProperties,System.Boolean,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.-ctor.html#GrapeCity_ActiveReports_Chart_DataPoint__ctor_System_Object_GrapeCity_ActiveReports_Chart_DoubleArray_System_Boolean_GrapeCity_ActiveReports_Chart_CustomProperties_System_Boolean_System_String_">DataPoint(object, DoubleArray, bool, CustomProperties, bool, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.html">DataPoint</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint__ctor_System_Object_GrapeCity_ActiveReports_Chart_DoubleArray_System_Boolean_System_Boolean_System_String_" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.#ctor(System.Object,GrapeCity.ActiveReports.Chart.DoubleArray,System.Boolean,System.Boolean,System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.-ctor.html#GrapeCity_ActiveReports_Chart_DataPoint__ctor_System_Object_GrapeCity_ActiveReports_Chart_DoubleArray_System_Boolean_System_Boolean_System_String_">DataPoint(object, DoubleArray, bool, bool, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.html">DataPoint</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint__ctor_System_String_" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.#ctor(System.String)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.-ctor.html#GrapeCity_ActiveReports_Chart_DataPoint__ctor_System_String_">DataPoint(string)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.#ctor(System.String,GrapeCity.ActiveReports.Chart.GraphXmlSerializationContext)">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.-ctor.html#GrapeCity_ActiveReports_Chart_DataPoint__ctor_System_String_GrapeCity_ActiveReports_Chart_GraphXmlSerializationContext_">DataPoint(string, GraphXmlSerializationContext)</a>
        </td>
        <td class="markdown level1 summary"><p>For internal use only.</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="GrapeCity_ActiveReports_Chart_DataPoint_Backdrop" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.Backdrop">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.Backdrop.html#GrapeCity_ActiveReports_Chart_DataPoint_Backdrop">Backdrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the backdrop.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint_BorderLine" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.BorderLine">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.BorderLine.html#GrapeCity_ActiveReports_Chart_DataPoint_BorderLine">BorderLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint_DisplayInLegend" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.DisplayInLegend">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.DisplayInLegend.html#GrapeCity_ActiveReports_Chart_DataPoint_DisplayInLegend">DisplayInLegend</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether data point should be reflected in legend.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint_IsDirty" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.IsDirty">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.IsDirty.html#GrapeCity_ActiveReports_Chart_DataPoint_IsDirty">IsDirty</a>
        </td>
        <td class="markdown level1 summary"><pre><code>        This member overrides 
</code></pre>
<pre><code class="lang-csharp">Item.IsDirty</code></pre>
<p>. Always false.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint_IsEmpty" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.IsEmpty">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.IsEmpty.html#GrapeCity_ActiveReports_Chart_DataPoint_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this instance is empty.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint_LegendText" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.LegendText">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.LegendText.html#GrapeCity_ActiveReports_Chart_DataPoint_LegendText">LegendText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the legend text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint_Line" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.Line">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.Line.html#GrapeCity_ActiveReports_Chart_DataPoint_Line">Line</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint_Marker" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.Marker">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.Marker.html#GrapeCity_ActiveReports_Chart_DataPoint_Marker">Marker</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the marker.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint_Properties" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.Properties">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.Properties.html#GrapeCity_ActiveReports_Chart_DataPoint_Properties">Properties</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the properties fo data point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint_Tooltip" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.Tooltip">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.Tooltip.html#GrapeCity_ActiveReports_Chart_DataPoint_Tooltip">Tooltip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint_XValue" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.XValue">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.XValue.html#GrapeCity_ActiveReports_Chart_DataPoint_XValue">XValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Chart_DataPoint_YValues" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.YValues">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.YValues.html#GrapeCity_ActiveReports_Chart_DataPoint_YValues">YValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y values.</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="GrapeCity_ActiveReports_Chart_DataPoint_Clone" data-uid="GrapeCity.ActiveReports.Chart.DataPoint.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Chart.DataPoint.Clone.html#GrapeCity_ActiveReports_Chart_DataPoint_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Clones this instance.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
