[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Chart.SpreadChart.DataFormula

DataFormula Property

DataFormula

Gets or sets the data formula. This action will re-build the chart's series.

Declaration
[TypeConverter(typeof(_op))]
public virtual string DataFormula { get; set; }
<TypeConverter(GetType(_op))>
Public Overridable Property DataFormula As String
Property Value
Type Description
string

The data formula.

Remarks

This property is not designed for persisting so you should save and re-use the value and access infrequently.