You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Line Chart Value - ThemeDrawStyle Property
Controls the background(=area) and border(=line) colors use to draw the card
Member of Line Chart Value (PRIM_CHRT.LineChartValue)
Data Type - Unicode String

Details


As a line chart is essentially an area chart you have the abilitly to change the color for the background (area) and Border(line)
The ThemeDrawStyle property is the name of the DrawStyle to be applied to the control.
ThemeDrawStyle uses simple name matching to determine the appearance of the control. If the name specified cannot be found at run time, the control will revert to its fallback appearance defined by the Theme applied to the WebPage or Form. As the name is softcoded, a change of Theme at application level can result in a completely different appearance.
There are a number of prefined DrawStyle names that automatically exist at runtime to match certain controls and features e.g. PushButton, ListItem, ListColumn and Edit etc.
Refer to the DrawStyle Name property for further information.
The ThemeDrawStyle property is typically managed by the IDE designer.

See also

All Component Classes
Technical Reference

  • No labels