# C1.Win.C1Chart.DataHighlight

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_DataHighlight" data-uid="C1.Win.C1Chart.DataHighlight" class="text-break">DataHighlight Class
</h1>
  <div class="markdown level0 summary"><p>Controls data highlighting.</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">DataHighlight</span></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_DataHighlight_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(DataHighlightConverter))]
[Browsable(true)]
public class DataHighlight</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(DataHighlightConverter))&gt;
&lt;Browsable(True)&gt;
Public Class DataHighlight</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_Win_C1Chart_DataHighlight_Activation" data-uid="C1.Win.C1Chart.DataHighlight.Activation">
          <a class="xref" href="C1.Win.C1Chart.DataHighlight.Activation.html#C1_Win_C1Chart_DataHighlight_Activation">Activation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the highlight activation method.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataHighlight_Appearance" data-uid="C1.Win.C1Chart.DataHighlight.Appearance">
          <a class="xref" href="C1.Win.C1Chart.DataHighlight.Appearance.html#C1_Win_C1Chart_DataHighlight_Appearance">Appearance</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the highlight appearance. The appearance is a combination of visual attributes
which will be applied to the highlighted data. The exact value of attributes is extracted
from the corresponding DataHighlight object ( FillStyle, LineStyle, SymbolStyle).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataHighlight_FillStyle" data-uid="C1.Win.C1Chart.DataHighlight.FillStyle">
          <a class="xref" href="C1.Win.C1Chart.DataHighlight.FillStyle.html#C1_Win_C1Chart_DataHighlight_FillStyle">FillStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the highlight fill style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataHighlight_LineStyle" data-uid="C1.Win.C1Chart.DataHighlight.LineStyle">
          <a class="xref" href="C1.Win.C1Chart.DataHighlight.LineStyle.html#C1_Win_C1Chart_DataHighlight_LineStyle">LineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the highlight line style.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataHighlight_PlotElement" data-uid="C1.Win.C1Chart.DataHighlight.PlotElement">
          <a class="xref" href="C1.Win.C1Chart.DataHighlight.PlotElement.html#C1_Win_C1Chart_DataHighlight_PlotElement">PlotElement</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the plot element which will be used in highlighting.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataHighlight_PointIndex" data-uid="C1.Win.C1Chart.DataHighlight.PointIndex">
          <a class="xref" href="C1.Win.C1Chart.DataHighlight.PointIndex.html#C1_Win_C1Chart_DataHighlight_PointIndex">PointIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of highlighted data point.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataHighlight_SeriesIndex" data-uid="C1.Win.C1Chart.DataHighlight.SeriesIndex">
          <a class="xref" href="C1.Win.C1Chart.DataHighlight.SeriesIndex.html#C1_Win_C1Chart_DataHighlight_SeriesIndex">SeriesIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of highlighted data series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_DataHighlight_SymbolStyle" data-uid="C1.Win.C1Chart.DataHighlight.SymbolStyle">
          <a class="xref" href="C1.Win.C1Chart.DataHighlight.SymbolStyle.html#C1_Win_C1Chart_DataHighlight_SymbolStyle">SymbolStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the highlight symbol style.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
