# FarPoint.Win.Spread.Chart.SpreadChart.DataFormula

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_Chart_SpreadChart_DataFormula_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.DataFormula*">DataFormula Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_Chart_SpreadChart_DataFormula_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.DataFormula*"></a>
<h4 id="FarPoint_Win_Spread_Chart_SpreadChart_DataFormula" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.DataFormula">DataFormula</h4>
<div class="markdown level1 summary"><p>Gets or sets the data formula. This action will re-build the chart's series.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(_aja))]
public virtual string DataFormula { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(_aja))&gt;
Public Overridable Property DataFormula As String</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><p>The data formula.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="FarPoint_Win_Spread_Chart_SpreadChart_DataFormula_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property is not designed for persisting so you should save and re-use the value and access infrequently.</p>
</div>
</div>
