Subcomponents (Object)

Member of:

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

Description:

Represents objects that are visible, such as tickmarks and categories, in a (Live) Chart or gauge.

Example:

This example shows how to make the legend and tickmarks available for the Bullet gauge.

ActiveDocument.Sections["Dashboard"].Shapes["Bullet"].Legend.Visible = true
ActiveDocument.Sections["Dashboard"].Shapes["Bullet"].TickMark.Visible = true

Properties:

None

Methods:

None

Objects:

CategoryAxis object, ColorRanges collection, FactsAxis object, Legend object, Marker object, NumericRange object, TickMark object, Title object, ValueLabels object