TitleInPlotColor Property

The TitleInPlotColor Property returns/sets the plot title to the same color of the plot line. Returns a Boolean

Syntax

object.TitleInPlotColor

object.TitleInPlotColor =TitleInPlotColor

 

Parameter Type Description
TitleInPlotColor Boolean required

 

Example

This example shows the title color matching the plot color.

AutoLinePlot.TitleInPlotColor = True

 

Used by: AutoPlot object