ChartFont property
Returns or sets a font object that specifies the font properties for the trend. Read/write.
Syntax
Set
Trend
.ChartFont
= oFont
where
Trend
- is the name of a Trend object (such as trend1) or an expression that evaluates to a Trend object.oFont
- is the name of a font object.Remarks
The properties of the font object cannot be directly manipulated. For example, avoid
Trend1.ChartFont.Size = 12
.Provide Feedback