Subcomponents object
Represents the title associated with a gauge or (Live) Chart.
This example shows how to set the traffic light gauge title to “July Sales” and make it visible:
TrafficLight.Title.Text = "July Sales" TrafficLight.Title.Visible = true
None
Read-write:
Text as String, Visible as Boolean
Font