Table 485 Business Chart Buffer in 23
- App
- Base Application
- Namespace
- System.Visualization
Fields, 10Keys, 1Procedures, 40
Versions171819202122232425262728latest
Source29
Fields, 10
| Id | Name | Type | Obsolete | ||||
|---|---|---|---|---|---|---|---|
| 1 | ID | Integer | - | ||||
| 2 | Chart Type | Enum Business Chart Type | - | ||||
| 3 | Data Type | Option | - | ||||
| 4 | XML | Blob | Removed 23.0 | ||||
| Use codeunit Temp Blob instead. | |||||||
| 5 | Drill-Down X Index | Integer | - | ||||
| 6 | Drill-Down Y Value | Decimal | - | ||||
| 7 | Drill-Down Measure Index | Integer | - | ||||
| 8 | Period Length | Option | - | ||||
| 9 | Period Filter Start Date | Date | - | ||||
| 10 | Period Filter End Date | Date | - | ||||
Keys, 1
| Name | Fields | Obsolete |
|---|---|---|
| Key1, clustered | ID | - |
Procedures, 40
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Initialize | () | public | - | |
| SetChartCondensed | (Boolean) | public | - | |
| SetXAxis | (Text, Option) | public | - | |
| SetPeriodXAxis | () | public | - | |
| GetXCaption | () | Text | public | - |
| AddMeasure | (Text, Variant, Option, Integer) | public | - | |
| GetMaxNumberOfMeasures | () | Integer | public | - |
| RaiseErrorMaxNumberOfMeasuresExceeded | () | public | - | |
| AddColumn | (Variant) | public | - | |
| AddPeriods | (Date, Date) | public | - | |
| AddPeriodColumn | (Variant) | public | - | |
| SetValue | (Text, Integer, Variant) | public | - | |
| SetValueByIndex | (Integer, Integer, Variant) | public | - | |
| FindFirstMeasure | (var Record Business Chart Map) | Boolean | public | - |
| NextMeasure | (var Record Business Chart Map) | Boolean | public | - |
| FindFirstColumn | (var Record Business Chart Map) | Boolean | public | - |
| FindMidColumn | (var Record Business Chart Map) | Boolean | public | - |
| NextColumn | (var Record Business Chart Map) | Boolean | public | - |
| GetValue | (Text, Integer, var Variant) | public | - | |
| GetXValue | (Integer, var Variant) | public | - | |
| GetXValueAsDate | (Integer) | Date | public | - |
| GetMeasureValueString | (Integer) | Text | public | - |
| GetMeasureName | (Integer) | Text | public | - |
| GetCurrMeasureValueString | () | Text | public | - |
| Update | (DotNet) | public | - | |
| SetDrillDownIndexes | (DotNet BusinessChartDataPoint) | public | - | |
| IsXAxisDateTime | () | Boolean | public | - |
| CalcFromDate | (Date) | Date | public | - |
| CalcToDate | (Date) | Date | public | - |
| CalcNumberOfPeriods | (Date, Date) | Integer | public | - |
| GetPeriodLength | () | Text[1] | public | - |
| GetPeriodCaption | (Variant) | Text | public | - |
| GetPeriodFromMapColumn | (Integer, var Date, var Date) | public | - | |
| InitializePeriodFilter | (Date, Date) | public | - | |
| RecalculatePeriodFilter | (var Date, var Date, Option) | public | - | |
| SetDrillDownIndexesByCoordinate | (Text[249], Text[249], Decimal) | public | - | |
| AddDecimalMeasure | (Text, Variant, Enum Business Chart Type) | public | - | |
| AddIntegerMeasure | (Text, Variant, Enum Business Chart Type) | public | - | |
| AddColumnWithCaption | (Variant, Text) | protected | - | |
| AddDataColumn | (Text, Option) | protected | - |