Bullet object, (Live) BarChart object, (Live) BlockChart object, LineChart object, (Live) PieChart object, Slider object, Speedometer object, Thermometer object, TrafficLight object
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:
BqLivePieChartTypePie—Displays pieces (slices) of the pie drawn to represent the relative value of a measurable item to the whole. Only one category (data series) can be plotted in a Pie Chart.
BqLivePieChartTypeDonut—Drawn like a Pie Chart, the Donut chart does not include a center hole.
For a Live BarChart object, the BqLiveBarChartype determines the type of BarChart,. It consists of the following values:
bqLiveBarChartType100PctStack
bqLiveBarChartTypeCluster
bqLiveBarChartTypeStack
For a Live BlockChart object, the BqLiveBlockChartType determines the type of BlockChart. It consists of the following values:
bqLiveBlockChartTypeCone
bqLiveBlockChartTypePyramid
For a Live LineChart object, the BqLiveLineChartType determines the type of LineChart. It consists of the following values:
bqLiveLineChartTypeArea
bqLiveLineChartTypeLine
Read-write, String
The following is a list of subtype strings by gauge:
Speedo object:
360 degree orientation—speedo_full
180 degree orientation—speedo_180
90 degree left orientation—speedo_90left
90 degree right orientation—speedo_90right
Thermometer object:
Vertical thermometer orientation—Vertical_Thermometer
Horizontal thermometer orientation—Horizontal_Thermometer
Bullet object:
Vertical bullet orientation—Vertical_Bullet
Horizontal bullet orientation—Horizontal_Bullet
TrafficLight object:
Vertical Traffic Light orientation—Vertical_Traffic_Light
Horizontal Traffic Light orientation—Horizontal_Traffic_Light
Single Traffic Light orientation—Single_Traffic_Light
This example shows how to set the orientation of a traffic light gauge to a single light:
TrafficLight.Subtype = "Single_Traffic_Light"