Use the members of this enumeration to set the value of the FunctionBase.CodeType property in the FunctionBase.
[Visual Basic]
Public Enum FunctionCodeTypeEnum
[C#]
public enum FunctionCodeTypeEnum
[Delphi]
type FunctionCodeTypeEnum = (Formula, Method, Unit);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Formula |
Code text represents expression |
Method |
Code text represents body of method |
Unit |
Code text represents code unit |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |