Subtype (Property)

Applies To:

Bullet object, (Live) BarChart object, (Live) BlockChart object, LineChart object, (Live) PieChart object, Slider object, Speedometer object, Thermometer object, TrafficLight object

Description:

Returns or sets the degrees of orientation of the gauge.

For a (Live) PieChart object, the BqLivePieChartType determines the type of (Live) PieChart. It consists of these values:

For a Live BarChart object, the BqLiveBarChartype determines the type of BarChart,. It consists of the following values:

For a Live BlockChart object, the BqLiveBlockChartType determines the type of BlockChart. It consists of the following values:

For a Live LineChart object, the BqLiveLineChartType determines the type of LineChart. It consists of the following values:

Action;

Read-write, String

The following is a list of subtype strings by gauge:

Speedo object:

Thermometer object:

Bullet object:

TrafficLight object:

Example:

This example shows how to set the orientation of a traffic light gauge to a single light:

TrafficLight.Subtype = "Single_Traffic_Light"