Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Jean-Pierre Brits
119
Views
4
Comments
Displaying numbers in a graph
Question
Good day I am making use of graphs on one of my pages. I would like to display a value of the DataPoint Record on the actual graph.
Your help would be appreciated.
Carlos Sousa
Staff
Hello Jean-Pierre,
You should set the chart parameter "ChartFormat".
You may use the function ChartFormat_Init(ShowDataPointValues:,UseAnimation:) and set the ShowDataPointValues parameter to true.
Is this the behavior you need?
Jean-Pierre Brits
It did help thanks. How could I further customize it. ATM it shows a value and a description. Thanks for the help.
Carlos Sousa
Staff
You can always use the Advanced Format parameter, bu in that case you must explicitly define JSON with the HighChart format.
Jean-Pierre Brits
Thanks Carlos.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...