ChartFont Interface

Contains the font attributes (font name, font size, color, and so on) for an object chart.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("CDB0FF41-E862-47BB-AE77-3FA7B1AE3189")> _
Public Interface ChartFont
'Usage
Dim instance As ChartFont
[GuidAttribute("CDB0FF41-E862-47BB-AE77-3FA7B1AE3189")]
public interface ChartFont

Remarks

If you don’t want to format all the text in an AxisTitle, ChartTitle, DataLabel, or DisplayUnitLabel object the same way, use the Characters property of that object to first return a subset of the text as a ChartCharacters object, then use the Font property of the ChartCharacters object to return a ChartFont object you can use to format the subset of text as needed.

See Also

Reference

ChartFont Members

Microsoft.Office.Interop.Word Namespace