Jump to: navigation, search

Configure and customize chart properties


Revision as of 08:46, 3 March 2025 by NWE (Talk | contribs) (Created page with "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 s...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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