Skip to content

WatchValueFormat

WatchValueFormat is a struct used to define the formatting options for a variable's value.

Constructor

public WatchValueFormat(Color fillColor)
This constructor sets the progress fill color fillColor for a variable cell.

public WatchValueFormat(Color fillColor, Color graphLineColor)
This constructor sets the progress fill color fillColor for a variable cell and the line color graphLineColor used in Graph mode.