java.lang.Object
com.aspose.words.ChartAxisTitle
public class ChartAxisTitle
- extends java.lang.Object
Provides access to the axis title properties.
To learn more, visit the Working with
Charts documentation article.
|
Property Getters/Setters Summary |
boolean | getOverlay() | |
void | setOverlay(boolean value) | |
|
Determines whether other chart elements shall be allowed to overlap the title.
The default value is false.
|
boolean | getShow() | |
void | setShow(boolean value) | |
|
Determines whether the title shall be shown for the axis.
The default value is false.
|
java.lang.String | getText() | |
void | setText(java.lang.String value) | |
|
Gets or sets the text of the axis 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 the title.
The default value is
false.
getShow/setShow | |
public boolean getShow() / public void setShow(boolean value)
|
-
Determines whether the title shall be shown for the axis.
The default value is
false.
getText/setText | |
public java.lang.String getText() / public void setText(java.lang.String value)
|
-
Gets or sets the text of the axis title.
If
null or empty value is specified, auto generated title will be shown.
Use Show option if you need to show 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.