# GrapeCity.CalcEngine.IFunctionVisualizer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_CalcEngine_IFunctionVisualizer" data-uid="GrapeCity.CalcEngine.IFunctionVisualizer" class="text-break">IFunctionVisualizer Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a function visualizer.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.CalcEngine.html">GrapeCity.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_CalcEngine_IFunctionVisualizer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IFunctionVisualizer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IFunctionVisualizer</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="GrapeCity_CalcEngine_IFunctionVisualizer_IsVisual" data-uid="GrapeCity.CalcEngine.IFunctionVisualizer.IsVisual">
          <a class="xref" href="GrapeCity.CalcEngine.IFunctionVisualizer.IsVisual.html#GrapeCity_CalcEngine_IFunctionVisualizer_IsVisual">IsVisual</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicating whether the function is data visualization function.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_CalcEngine_IFunctionVisualizer_ApplyFormat_System_Object_GrapeCity_Spreadsheet_StyleFormat__" data-uid="GrapeCity.CalcEngine.IFunctionVisualizer.ApplyFormat(System.Object,GrapeCity.Spreadsheet.StyleFormat@)">
          <a class="xref" href="GrapeCity.CalcEngine.IFunctionVisualizer.ApplyFormat.html#GrapeCity_CalcEngine_IFunctionVisualizer_ApplyFormat_System_Object_GrapeCity_Spreadsheet_StyleFormat__">ApplyFormat(object, ref StyleFormat)</a>
        </td>
        <td class="markdown level1 summary"><p>Applies the format to the cell style format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IFunctionVisualizer_IsShowCell_System_Object_" data-uid="GrapeCity.CalcEngine.IFunctionVisualizer.IsShowCell(System.Object)">
          <a class="xref" href="GrapeCity.CalcEngine.IFunctionVisualizer.IsShowCell.html#GrapeCity_CalcEngine_IFunctionVisualizer_IsShowCell_System_Object_">IsShowCell(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets boolean value that specifies if the cell is displayed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
