IChartTitle

All Implemented Interfaces: com.aspose.slides.ILayoutable, com.aspose.slides.IOverridableText

public interface IChartTitle extends ILayoutable, IOverridableText

Represents chart title properties.

Methods

MethodDescription
getOverlay()Determines whether other chart elements shall be allowed to overlap title.
setOverlay(boolean value)Determines whether other chart elements shall be allowed to overlap title.
getFormat()Returns the fill, line, effect styles of a title.

getOverlay()

public abstract boolean getOverlay()

Determines whether other chart elements shall be allowed to overlap title. Read/write boolean.

Returns: boolean

setOverlay(boolean value)

public abstract void setOverlay(boolean value)

Determines whether other chart elements shall be allowed to overlap title. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean

getFormat()

public abstract IFormat getFormat()

Returns the fill, line, effect styles of a title. Read-only IFormat.

Returns: IFormat