com.aspose.words
Class ChartTitle

java.lang.Object
    extended by com.aspose.words.ChartTitle
All Implemented Interfaces:
java.lang.Cloneable

public class ChartTitle 
extends java.lang.Object

Provides access to the chart title properties.

Property Getters/Setters Summary
booleangetOverlay()
voidsetOverlay(boolean value)
           Determines whether other chart elements shall be allowed to overlap title. By default overlay is false.
booleangetShow()
voidsetShow(boolean value)
           Determines whether the title shall be shown for this chart. Default value is true.
java.lang.StringgetText()
voidsetText(java.lang.String value)
           Gets or sets the text of the chart title. If null or empty value is specified, auto generated title will be shown.
 

Property Getters/Setters Detail

getOverlay/setOverlay

public boolean getOverlay() / public void setOverlay(boolean value)
Determines whether other chart elements shall be allowed to overlap title. By default overlay is false.

getShow/setShow

public boolean getShow() / public void setShow(boolean value)
Determines whether the title shall be shown for this chart. Default value is true.

getText/setText

public java.lang.String getText() / public void setText(java.lang.String value)
Gets or sets the text of the chart title. If null or empty value is specified, auto generated title will be shown. Use Show option if you need to hide the Title.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.