다음을 통해 공유


SeriesDataBinding.FormulaType Property

Gets or sets the data formula type used for determining the series chart type.

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
Public Property FormulaType As String
    Get
    Set
'Usage
Dim instance As SeriesDataBinding
Dim value As String

value = instance.FormulaType

instance.FormulaType = value
public string FormulaType { get; set; }

Property Value

Type: System.String
The String object that represents the formula type used for determining the series chart type.

See Also

Reference

SeriesDataBinding Class

SeriesDataBinding Members

Microsoft.Office.Server.WebControls Namespace