Jump to: navigation, search

Configure and customize chart properties


Chart properties are used to provide historical values to a UBIK® client for display in a chart. This article covers how to configure and customize them on the server side. There is another article addressing the client-side UI customization of Charts.


[edit]

Basic configuration

  • Open the Custom.Main.Base.CUSTOMMETAPROPERTY MetaClass in a Bulk Editor.
  • Create a new instance
  • Fill in at least the Name (NAME) and set the Item type (TYPE) to "Chart".
  • Assign the new MetaProperty to a MetaClass of your choice using the Class Details Browser or the Relation Editor.
  • For display on the client, make sure there is a MetaClassScope for that MetaClass also relating to the new MetaProperty.

See also