# C1.Win.C1Chart.PointStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_PointStyle" data-uid="C1.Win.C1Chart.PointStyle" class="text-break">PointStyle Class
</h1>
  <div class="markdown level0 summary"><p>PointStyle is used to describe a data point that has different appearance
from other data points in the same data series.  When applied to a specific data point,
the properties of a PointStyle object supersede those specified by the data series
containing the data point.  To Understand the full meaning of these properties in
the context of different chart types, please refer to the context of the style properties
associated with 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">PointStyle</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></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_PointStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PointStyle : ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PointStyle
    Implements ICloneable</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_PointStyle__ctor" data-uid="C1.Win.C1Chart.PointStyle.#ctor">
          <a class="xref" href="C1.Win.C1Chart.PointStyle.-ctor.html#C1_Win_C1Chart_PointStyle__ctor">PointStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.PointStyle.html">PointStyle</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyle__ctor_System_Int32_System_Int32_" data-uid="C1.Win.C1Chart.PointStyle.#ctor(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.PointStyle.-ctor.html#C1_Win_C1Chart_PointStyle__ctor_System_Int32_System_Int32_">PointStyle(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.PointStyle.html">PointStyle</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_PointStyle_FillStyle" data-uid="C1.Win.C1Chart.PointStyle.FillStyle">
          <a class="xref" href="C1.Win.C1Chart.PointStyle.FillStyle.html#C1_Win_C1Chart_PointStyle_FillStyle">FillStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill style of the PointStyle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyle_Label" data-uid="C1.Win.C1Chart.PointStyle.Label">
          <a class="xref" href="C1.Win.C1Chart.PointStyle.Label.html#C1_Win_C1Chart_PointStyle_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the PointStyle label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyle_LegendEntry" data-uid="C1.Win.C1Chart.PointStyle.LegendEntry">
          <a class="xref" href="C1.Win.C1Chart.PointStyle.LegendEntry.html#C1_Win_C1Chart_PointStyle_LegendEntry">LegendEntry</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the PointStyle will be shown in legend.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyle_LineStyle" data-uid="C1.Win.C1Chart.PointStyle.LineStyle">
          <a class="xref" href="C1.Win.C1Chart.PointStyle.LineStyle.html#C1_Win_C1Chart_PointStyle_LineStyle">LineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line style of the PointStyle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyle_Offset" data-uid="C1.Win.C1Chart.PointStyle.Offset">
          <a class="xref" href="C1.Win.C1Chart.PointStyle.Offset.html#C1_Win_C1Chart_PointStyle_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the offset of the PointStyle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyle_PointIndex" data-uid="C1.Win.C1Chart.PointStyle.PointIndex">
          <a class="xref" href="C1.Win.C1Chart.PointStyle.PointIndex.html#C1_Win_C1Chart_PointStyle_PointIndex">PointIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data point index of the PointStyle.
Used in conjunction with the SeriesIndex property value, the PointIndex
property value indicates the specific data point to which the PointStyle applies.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyle_Selection" data-uid="C1.Win.C1Chart.PointStyle.Selection">
          <a class="xref" href="C1.Win.C1Chart.PointStyle.Selection.html#C1_Win_C1Chart_PointStyle_Selection">Selection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selection method of the PointStyle.
For selection method options, see <a class="xref" href="C1.Win.C1Chart.PointStyleSelectionEnum.html">PointStyleSelectionEnum</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyle_SeriesIndex" data-uid="C1.Win.C1Chart.PointStyle.SeriesIndex">
          <a class="xref" href="C1.Win.C1Chart.PointStyle.SeriesIndex.html#C1_Win_C1Chart_PointStyle_SeriesIndex">SeriesIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data series index of the PointStyle.
Used in conjunction with the PointIndex property value,
the SeriesIndex property value indicates the specific data point
to which the PointStyle applies.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyle_SymbolStyle" data-uid="C1.Win.C1Chart.PointStyle.SymbolStyle">
          <a class="xref" href="C1.Win.C1Chart.PointStyle.SymbolStyle.html#C1_Win_C1Chart_PointStyle_SymbolStyle">SymbolStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the symbol style of the PointStyle.</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_PointStyle_Select" data-uid="C1.Win.C1Chart.PointStyle.Select">
          <a class="xref" href="C1.Win.C1Chart.PointStyle.Select.html">Select</a>
        </td>
        <td class="markdown level1 summary"><p>Fires when the selection of a PointStyle is performed. Fires only when the PointStyle Selection
property is set to <a class="xref" href="C1.Win.C1Chart.PointStyleSelectionEnum.html#C1_Win_C1Chart_PointStyleSelectionEnum_Custom">Custom</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
