[]
Gets or sets the data formula. This action will re-build the chart's series.
[TypeConverter(typeof(_op))]
public virtual string DataFormula { get; set; }
<TypeConverter(GetType(_op))>
Public Overridable Property DataFormula As String
Type | Description |
---|---|
string | The data formula. |
This property is not designed for persisting so you should save and re-use the value and access infrequently.