ChartCalculatedField Constructors
A calculated field.| Name | Parameters | Description |
|---|---|---|
| ChartCalculatedField() | none | Initializes a new instance of the ChartCalculatedField class. |
| ChartCalculatedField(String, String, Object) | name, expression, dataSource | Initializes a new instance of the ChartCalculatedField class with specified settings. |
| ChartCalculatedField(String, String) | name, expression | Initializes a new instance of the ChartCalculatedField class with specified settings. |
| ChartCalculatedField(String) | name | Initializes a new instance of the ChartCalculatedField class with specified settings. |
See Also