Bullet object, (Live) BarChart object, (Live) BlockChart object, (Live) FunnelChart object, (Live) LineChart object, (Live) PieChart object, (Live) RadarChart object, Slider object, Speedometer object, Thermometer object, TrafficLight object
Returns or sets the section name used for the source data set of a gauge or (Live) chart object. For each object, you can select only numeric data type values from the same section. For example, you cannot select an actual value from the Results section and a target value from the Table section. If you add more than one gauge object, you can use values from the data set of another query. Target values can be selected from the database if a column is available, or you can create a computed item reflecting the target.
Read only, String
This example shows how to set the section name to the Results section
TrafficLight.SourceSectionName = "Results"