ChartFont Interface
Contains the font attributes (font name, font size, color, and so on) for an object chart.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
<GuidAttribute("92D41A69-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface ChartFont
'Usage
Dim instance As ChartFont
[GuidAttribute("92D41A69-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface ChartFont
Remarks
If you do not 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 that you can use to format the subset of text, as needed.