property ValueAxis.Tfi as String
Specifies the font attributes to apply on the title and labels of the value-axis

TypeDescription
String A string expression that defines the font attributes to apply on the title and labels of the value-axis
By default, the Tfi property is "", which indicates no effect. The Title property specifies the title of the value-axis. The Format property defines the labels of the value-axis.

The Tfi property defines the following font-attributes, separated by white-spaces characters, as explained:

where the color field accepts values in various formats: RRGGBB format, which represents the red(RR), green(GG), and blue(BB) values in hexadecimal format; named colors defined in CSS; or RGB format specified as rgb(RED,GREEN,BLUE), where RED, GREEN, and BLUE range from 0 to 255. The mode is a value between 0 and 4, 1 if missing, and blend could be 0 or 1, 0 if missing. The width indicates the size of shadow or gradient.

You can use the Color property to specify a different background color for value-axis.

For instance: