property Graph.ValuePoint as String
Specifies the size, color, frame color and size of the value point, frame color, size and length of the value line, color, frame color, size and pad of the value-point's background, each separated by a comma.

TypeDescription
String A string expression that specifies the:
  1. size of the value point (number, value-point, 8 by default)
  2. color of the value point (color, value-point, white by default)
  3. color of the frame around the value point (color, value-point, null by default)
  4. size of the frame around the value point (number, value-point, 2 by default)
  5. color of the line from the value point to its label (color, value-line, null by default)
  6. size of the line from the value point to its label (number, value-line, 2 by default)
  7. length of the line (number, value-line, 18 by default)
  8. background color of the value-label (color, value-label, transparent by default)
  9. color of the frame around the value-label (color, value-label, null by default)
  10. size of the frame around the value-label (number, value-label, 2 by default)
  11. pad, distance between value-label and its frame (number, value-label, 4 by default)

separated by comma character, where:

  • any color property accepts values in various formats: CSS named colors, RGB format (e.g., rgb(red, green, blue)), or hexadecimal format (#RRGGBB). In RGB format, the red, green, and blue values range from 0 to 255, while in hexadecimal format, RR, GG, and BB represent the hexadecimal values of the red, green, and blue channels, respectively. Additionally the color property supports:
    • null, which uses the serie's value color instead
    • transparent, specifies that the object is not visible (transparent)
  • number, specifies a positive expression

If a field is not specified, it's default value is used instead. For instance, ",black" the a black framed value-point (the size of the value-point is not changed) 

By default, the ValuePoint property is "" equivalent of "8,white,null,2,null,2,18,transparent,null,2,4". The ValuePoint property specifies the size, color, frame color and size of the value point, frame color, size and length of the value line, color, frame color, size and pad of the value-point's background, each separated by a comma. The The ValuePoint property is applied to all series. The ShowValue property shows or hides the serie's value-points, value-lines and values. The ValueFormat property specifies the expression to customize the labels to display on the chart.

For instance: