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