On line guide/help
You are on page 30 of the online help. Navigate sequentially through the guide pages or search for a topic of interest to you.
Index Prev. NextSegmentlist
Define the chart sections
Defines the segments that represent the different sections of the chart. Optional. If no segments are defined, a single default segment will be used. Each section falls within a minimum and maximum value, along with the attributes to be used for the graph if the value being represented falls within that range. For example, a value of -15% could be a negative indicator colored red, while a value of +25% could represent a positive outcome colored green.
Parameters
Elements / attributes of the <segmentlist> element (array):
<startValue> (numeric, float) Segment range min value
<endValue> (numeric, float) Segment range max value
<label> (string) Text that describe the segment range
<fillColor> (string, rgb hex color) Font color. Format : #RRGGBB (the prefix # is optional). Default color is 000000 (black).
<fill> (string)Fill style. Possible values:
S, Solid : Solid fill color
<font> Font style for label
<font_segment> Font style for segment
<symbol> (sting) Optional segment symbol (eg. + / - )