Font Property

 

The Font property returns a FontFormat object. This is a read-only property.

 

Syntax

object.Font

 

Example

This example demonstrates how to change the font color of a bar map to forest green.

 

BarMap.Font.Color = mvColorForestGreen

 

Used by: BarMap object, PieMap object, Text object