Line Chart Value Item - FormatHint Method
Allows you to overwrite the default hint for a chart item
Member of Line Chart Value Item (PRIM_CHRT.LineChartValueItem)
Name |
Type |
Data Type |
Description |
Title |
*Input (Optional) |
Unicode String |
Title of hint |
Line1 |
*Input (Optional) |
Unicode String |
Line one of hint |
Line2 |
*Input (Optional) |
Unicode String |
Line two of hint |
Line3 |
*Input (Optional) |
Unicode String |
Line three of hint |
Allows you to overwrite the default hint for a chart item. This is useful to add contextual details for each item.
The example shows a line chart showing profits for the quarters of 2 years.
The format hint is used to format the caption and value
Define_com Class(#prim_str) name(#Title)
Define_com Class(#prim_str) Name(#Line1)