Excel Set Graph Font VI
- Updated2024-07-30
- 4 minute(s) read
Sets the title text and the title font of the x- and y-axes.

Inputs/Outputs
number format (general)
—
number format describes the format to apply to the axis of the graph. Refer to the Microsoft Excel documentation for more information about number formatting.
axis font
—
axis font sets the font attributes of the axis tick labels and legend.
—
report in is a reference to the report whose appearance, data, and printing you want to control. Use the New Report VI to generate this LabVIEW class object.
axis type (xlCategory)
—
axis type specifies the type of axis to format. The default is xlCategory, which generally represents the X axis. You also can select xlValue, which generally represents the Y axis.
graph index (-1)
—
graph index specifies the index of the graph to modify. The default is -1, in which the VI modifies the last graph in the current worksheet. Note Graphs, images, ActiveX controls, and OLE objects form a collection for each worksheet. Each object has an index value based on the order of the objects in the worksheet. Index values begin at 0. For example, if you insert two images into the worksheet before you insert a graph, the index value for the graph is 2.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
title ("")
—
title contains the axis title.
—
report out is a reference to the report whose appearance, data, and printing you want to control. You can wire this output to other Report Generation VIs.
error out
—
error out contains error information. This output provides standard error out functionality. |
number format (general)
—
axis font
—
bold
—
size
—
color
—
—
axis type (xlCategory)
—
graph index (-1)
—
error in (no error)
—
—
error out
—