Size Property

Microsoft Office Web Components Visual Basic

object; read/write Long for all other objects in the Applies To list.

expression.Size

expression    Required. An expression that returns one of the objects in the Applies To list.

Example

This example sets the font size to 6 points for the specified axis.

Set c = ChartSpace1.Constants
ChartSpace1.Charts(0).Axes(c.chAxisPositionLeft).Font.Size = 6