Visual Basic (Declaration) | |
---|---|
Public Function EvaluateExpression( _ ByVal text As String, _ ByVal cType As ChartType, _ ByVal urlEncode As Boolean _ ) As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- text
- String with tokens to evaluate.
- cType
- Chart type used with this DataSource.
- urlEncode
- When true, the returned string is urlEncoded.
All other string features such as expressions and embedded formatting are
supported by this method.