In InfoSQL this control is deprecated, use the charts created using JSON instead. See Detailview for details.
Displays charts inline in grid and Info SQL.
Gets information about a chart that should be drawn.
The chart supports all numeric and date/time data types for its value-columns, not just decimal data.
Possible value | Description |
---|---|
Column | Column chart. Also known as vertical bar. |
ColumnStacked | A column chart (vertical bar) with all bars stacked. |
HorizontalBar | Horizontal bar chart. |
HorizontalBarStacked | A horizontal bar chart with all bars stacked. |
Line | Line chart. |
Pie | Pie chart. |
Possible value | Description |
---|---|
Line | A normal line chart. Default. |
Point | Disconnected data points. |
Range | A line that uses two y-values and colors the area between them. |
StepLine | A step line. |
Possible value | Description |
---|---|
None | Data points are not marked, only lines are drawn. Default. |
Round | The data points are indicated by circles. |
Square | The data points are indicated by squares. |
Retrieves the default value for the control.
This call is only made if there is a field validation set for the field info and the field has any content. Fields used in an editable grid do not use this call.
Performs field validation when the user leaves the field or one of its dependencies is changed, initial values set by default value and initial values in edit-mode are not validated.
When saving the validation runs server side if the field value has changed. A field value is considered changed if in new mode the value is anything other than NULL
. In edit mode it is considered changed if it has a value that was not returned by the GetEditFields procedure.