FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Chart Namespace / SpreadChart Class / CategoryFormula Property
Example


CategoryFormula Property
Gets or sets the category formula. This action will re-build the chart's series.
Syntax
'Declaration
 
Public Overridable Property CategoryFormula As String
 
'Usage
 
Dim instance As SpreadChart
Dim value As String
 
instance.CategoryFormula = value
 
value = instance.CategoryFormula

Property Value

The category formula.
Remarks
This property is not designed for persisting so you should save and re-use the value and access infrequently.
Example
This example uses the CategoryFormula property.
See Also