ChartCalculatedField Properties
A calculated field.| Name | Description |
|---|---|
| DataMember | The calculated field’s data member. |
| DataSource | Gets or sets the calculated field’s data source. |
| DisplayName | Gets or sets the calculated field’s display name. |
| Expression | Gets or sets an expression the calculated field uses to evaluate its values. |
| FieldType | Gets or sets the type of calculated field values. |
| Name | Gets or sets the name of the chart element. Inherited from ChartElementNamed. |
| Tag | Gets or sets the object that contains data related to the chart element. Inherited from ChartElement. |
See Also