DrawTitleDrawTitle - Draw a title for a Plot?

Description:
This attribute controls the appearance of an annotated coordinate grid (drawn with the astGridastGrid function) by determining whether a title is drawn.

If the DrawTitle value of a PlotPlot is non-zero (the default), then the title will be drawn, otherwise it will be omitted.

Type:
Integer (boolean).
Class Applicability:
Plot
All Plots have this attribute.
Plot3DPlot3D
The Plot3D class ignores this attributes, assuming a value of zero.
Notes:
  • The text used for the title is obtained from the Plot's TitleTitle attribute.

  • The vertical placement of the title can be controlled using the TitleGapTitleGap attribute.