# C1.Win.C1Chart.PointStyleSelectionEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Chart_PointStyleSelectionEnum" data-uid="C1.Win.C1Chart.PointStyleSelectionEnum" class="text-break">PointStyleSelectionEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Use the members of this enumeration to set the value of the <a class="xref" href="C1.Win.C1Chart.PointStyle.Selection.html#C1_Win_C1Chart_PointStyle_Selection">Selection</a>
property in the <a class="xref" href="C1.Win.C1Chart.PointStyle.html">PointStyle</a> class.</p>
</div>
  <div class="markdown level0 conceptual"></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_PointStyleSelectionEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum PointStyleSelectionEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum PointStyleSelectionEnum</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Win_C1Chart_PointStyleSelectionEnum_Custom">Custom</td>
        <td><p>PointStyle is selected in user-defined Select event handler.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyleSelectionEnum_DataMaxX">DataMaxX</td>
        <td><p>PointStyle applies to data point with maximum x value among all data series of the ChartData.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyleSelectionEnum_DataMaxY">DataMaxY</td>
        <td><p>PointStyle applies to data point with maximum y value among all data series of the ChartData.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyleSelectionEnum_DataMinX">DataMinX</td>
        <td><p>PointStyle applies to data point with minimum x value among all data series of the ChartData.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyleSelectionEnum_DataMinY">DataMinY</td>
        <td><p>PointStyle applies to data point with minimum y value among all data series of the ChartData.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyleSelectionEnum_Index">Index</td>
        <td><p>PointStyle applies to data point that is defined by PointIndex and SeriesIndex</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyleSelectionEnum_SeriesMaxX">SeriesMaxX</td>
        <td><p>PointStyle applies to data point with maximum x value of data series that is defined by SeriesIndex property of PointStyle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyleSelectionEnum_SeriesMaxY">SeriesMaxY</td>
        <td><p>PointStyle applies to data point with maximum y value of data series that is defined by SeriesIndex property of PointStyle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyleSelectionEnum_SeriesMinX">SeriesMinX</td>
        <td><p>PointStyle applies to data point with minimum x value of data series that is defined by SeriesIndex property of PointStyle.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PointStyleSelectionEnum_SeriesMinY">SeriesMinY</td>
        <td><p>PointStyle applies to data point with minimum y value of data series that is defined by SeriesIndex property of PointStyle.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
