# GrapeCity.Spreadsheet.Charts.IPoint

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_Charts_IPoint" data-uid="GrapeCity.Spreadsheet.Charts.IPoint" class="text-break">IPoint Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a single point in a series in a chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Spreadsheet.Charts.html">GrapeCity.Spreadsheet.Charts</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_Charts_IPoint_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPoint</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPoint</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="GrapeCity_Spreadsheet_Charts_IPoint_DataLabel" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.DataLabel">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.DataLabel.html#GrapeCity_Spreadsheet_Charts_IPoint_DataLabel">DataLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.Spreadsheet.Charts.IDataLabel.html">IDataLabel</a> object that represents the data label associated with the point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IPoint_Effect3D" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.Effect3D">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.Effect3D.html#GrapeCity_Spreadsheet_Charts_IPoint_Effect3D">Effect3D</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether a point has a three-dimensional appearance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IPoint_Explosion" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.Explosion">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.Explosion.html#GrapeCity_Spreadsheet_Charts_IPoint_Explosion">Explosion</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the explosion value for a pie-chart or doughnut-chart slice.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IPoint_Format" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.Format">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.Format.html#GrapeCity_Spreadsheet_Charts_IPoint_Format">Format</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Spreadsheet.Charts.IChartFormat.html">IChartFormat</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IPoint_InvertIfNegative" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.InvertIfNegative">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.InvertIfNegative.html#GrapeCity_Spreadsheet_Charts_IPoint_InvertIfNegative">InvertIfNegative</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether inverts the pattern in the item when it corresponds to a negative number.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IPoint_IsTotal" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.IsTotal">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.IsTotal.html#GrapeCity_Spreadsheet_Charts_IPoint_IsTotal">IsTotal</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the point represents a total.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IPoint_MarkerBackgroundColor" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.MarkerBackgroundColor">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.MarkerBackgroundColor.html#GrapeCity_Spreadsheet_Charts_IPoint_MarkerBackgroundColor">MarkerBackgroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the marker background color as an RGB value or returns the corresponding color index value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IPoint_MarkerBackgroundColorIndex" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.MarkerBackgroundColorIndex">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.MarkerBackgroundColorIndex.html#GrapeCity_Spreadsheet_Charts_IPoint_MarkerBackgroundColorIndex">MarkerBackgroundColorIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the marker background color as an index into the current color palette, or as one of the following constants: <a class="xref" href="GrapeCity.Spreadsheet.Color.ColorIndexAutomatic.html">ColorIndexAutomatic</a> or <a class="xref" href="GrapeCity.Spreadsheet.Color.ColorIndexNone.html">ColorIndexNone</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IPoint_MarkerForegroundColor" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.MarkerForegroundColor">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.MarkerForegroundColor.html#GrapeCity_Spreadsheet_Charts_IPoint_MarkerForegroundColor">MarkerForegroundColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set the marker foreground color as an RGB value or returns the corresponding color index value.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IPoint_MarkerForegroundColorIndex" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.MarkerForegroundColorIndex">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.MarkerForegroundColorIndex.html#GrapeCity_Spreadsheet_Charts_IPoint_MarkerForegroundColorIndex">MarkerForegroundColorIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the marker foreground color as an index into the current color palette, or as one of the following constants: <a class="xref" href="GrapeCity.Spreadsheet.Color.ColorIndexAutomatic.html">ColorIndexAutomatic</a> or <a class="xref" href="GrapeCity.Spreadsheet.Color.ColorIndexNone.html">ColorIndexNone</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IPoint_MarkerSize" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.MarkerSize">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.MarkerSize.html#GrapeCity_Spreadsheet_Charts_IPoint_MarkerSize">MarkerSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data-marker size, in points. Can be a value from 2 through 72.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IPoint_MarkerStyle" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.MarkerStyle">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.MarkerStyle.html#GrapeCity_Spreadsheet_Charts_IPoint_MarkerStyle">MarkerStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the marker style for a point or series in a line chart, scatter chart, or radar chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IPoint_SecondaryPlot" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.SecondaryPlot">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.SecondaryPlot.html#GrapeCity_Spreadsheet_Charts_IPoint_SecondaryPlot">SecondaryPlot</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the point is in the secondary section of either a Pie of Pie chart or a Bar of Pie chart.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IPoint_ShowDataLabel" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.ShowDataLabel">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.ShowDataLabel.html#GrapeCity_Spreadsheet_Charts_IPoint_ShowDataLabel">ShowDataLabel</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether the point has a data label.</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_Spreadsheet_Charts_IPoint_ApplyDataLabels_GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_System_String_" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.ApplyDataLabels(GrapeCity.Spreadsheet.Charts.DataLabelVisibilities,System.String)">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.ApplyDataLabels.html#GrapeCity_Spreadsheet_Charts_IPoint_ApplyDataLabels_GrapeCity_Spreadsheet_Charts_DataLabelVisibilities_System_String_">ApplyDataLabels(DataLabelVisibilities, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies data labels to a point.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_Charts_IPoint_ClearFormats" data-uid="GrapeCity.Spreadsheet.Charts.IPoint.ClearFormats">
          <a class="xref" href="GrapeCity.Spreadsheet.Charts.IPoint.ClearFormats.html#GrapeCity_Spreadsheet_Charts_IPoint_ClearFormats">ClearFormats()</a>
        </td>
        <td class="markdown level1 summary"><p>Clears the formatting of the object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
