# C1.Win.C1Chart.VisualEffects

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_VisualEffects" data-uid="C1.Win.C1Chart.VisualEffects" class="text-break">VisualEffects Class
</h1>
  <div class="markdown level0 summary"><p>Defines the different visual effects that can be used on the chart
elements such as scaling, light, and shadow effects.</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">SmartPainter</span></div>
    <div class="level2"><span class="xref">VisualEffects</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_VisualEffects_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Browsable(true)]
public class VisualEffects : SmartPainter</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Browsable(True)&gt;
Public Class VisualEffects
    Inherits SmartPainter</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_VisualEffects_Item_System_Int32_" data-uid="C1.Win.C1Chart.VisualEffects.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.VisualEffects.Item.html#C1_Win_C1Chart_VisualEffects_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style by the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_VisualEffects_Item_System_String_" data-uid="C1.Win.C1Chart.VisualEffects.Item(System.String)">
          <a class="xref" href="C1.Win.C1Chart.VisualEffects.Item.html#C1_Win_C1Chart_VisualEffects_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets style by the specified name.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_VisualEffects_Styles" data-uid="C1.Win.C1Chart.VisualEffects.Styles">
          <a class="xref" href="C1.Win.C1Chart.VisualEffects.Styles.html#C1_Win_C1Chart_VisualEffects_Styles">Styles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of the VisualEffectsStyle.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
