# GrapeCity.Wpf.SpreadSheet.FunctionVisualizer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_FunctionVisualizer" data-uid="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer" class="text-break">FunctionVisualizer Class
</h1>
  <div class="markdown level0 summary"><p>Represents a function visualizer.</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">FunctionVisualizer</span></div>
      <div class="level2"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.ImageVisualizer.html">ImageVisualizer</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.CalcEngine.IFunctionVisualizer.html">IFunctionVisualizer</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.html">GrapeCity.Wpf.SpreadSheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_FunctionVisualizer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public abstract class FunctionVisualizer : IFunctionVisualizer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public MustInherit Class FunctionVisualizer
    Implements IFunctionVisualizer</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FunctionVisualizer__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.-ctor.html#GrapeCity_Wpf_SpreadSheet_FunctionVisualizer__ctor">FunctionVisualizer()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_Wpf_SpreadSheet_FunctionVisualizer_IsBackgroundSupported" data-uid="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.IsBackgroundSupported">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.IsBackgroundSupported.html#GrapeCity_Wpf_SpreadSheet_FunctionVisualizer_IsBackgroundSupported">IsBackgroundSupported</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether this function visualizer support painting background.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FunctionVisualizer_IsVisual" data-uid="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.IsVisual">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.IsVisual.html#GrapeCity_Wpf_SpreadSheet_FunctionVisualizer_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_Wpf_SpreadSheet_FunctionVisualizer_ApplyFormat_System_Object_GrapeCity_Spreadsheet_StyleFormat__" data-uid="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.ApplyFormat(System.Object,GrapeCity.Spreadsheet.StyleFormat@)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.ApplyFormat.html#GrapeCity_Wpf_SpreadSheet_FunctionVisualizer_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_Wpf_SpreadSheet_FunctionVisualizer_IsShowCell_System_Object_" data-uid="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.IsShowCell(System.Object)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.IsShowCell.html#GrapeCity_Wpf_SpreadSheet_FunctionVisualizer_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>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FunctionVisualizer_PaintBackground_GrapeCity_Wpf_SpreadSheet_PaintingContext_GrapeCity_Wpf_SpreadSheet_CellData_" data-uid="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.PaintBackground(GrapeCity.Wpf.SpreadSheet.PaintingContext,GrapeCity.Wpf.SpreadSheet.CellData)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.PaintBackground.html#GrapeCity_Wpf_SpreadSheet_FunctionVisualizer_PaintBackground_GrapeCity_Wpf_SpreadSheet_PaintingContext_GrapeCity_Wpf_SpreadSheet_CellData_">PaintBackground(PaintingContext, CellData)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the background of a cell.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_FunctionVisualizer_PaintContent_GrapeCity_Wpf_SpreadSheet_PaintingContext_GrapeCity_Wpf_SpreadSheet_CellData_" data-uid="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.PaintContent(GrapeCity.Wpf.SpreadSheet.PaintingContext,GrapeCity.Wpf.SpreadSheet.CellData)">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.PaintContent.html#GrapeCity_Wpf_SpreadSheet_FunctionVisualizer_PaintContent_GrapeCity_Wpf_SpreadSheet_PaintingContext_GrapeCity_Wpf_SpreadSheet_CellData_">PaintContent(PaintingContext, CellData)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the content of a cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
