# C1.Win.C1Chart.InteractionAppearance

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Chart_InteractionAppearance" data-uid="C1.Win.C1Chart.InteractionAppearance" class="text-break">InteractionAppearance Enum
</h1>
  <div class="markdown level0 summary"><p>Use the members of this enumeration to set the value of the Appearance property
of the Interaction 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_InteractionAppearance_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Flags]
public enum InteractionAppearance</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Flags&gt;
Public Enum InteractionAppearance</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_InteractionAppearance_Default">Default</td>
        <td><p>Default appearance</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_InteractionAppearance_FillSelectionArea">FillSelectionArea</td>
        <td><p>PlotArea.BackColor2 is used as fill color, if it is empty
the partially transparent color is selected.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
