|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.charts.entity.ChartTextArea
public class ChartTextArea
Represents chart text area properties.
Constructor Summary | |
---|---|
ChartTextArea(TitleElement elem,
Chart parent)
|
Method Summary | |
---|---|
EffectDag |
getEffect()
Gets effects used for a chart. |
FormatThreeD |
getEffect3D()
Gets 3D format of a chart. |
FillFormat |
getFill()
Gets fill style properties of a chart. |
float |
getHeight()
Gets or sets the height of a legend in points. |
float |
getLeft()
Gets or sets the x coordinate of a legend in points. |
IChartGridLine |
getLine()
Gets line style properties of a chart. |
ITextFrameProperties |
getTextProperties()
Gets text frame of a chart title. |
float |
getTop()
Gets or sets the y coordinate of a legend in points. |
float |
getWidth()
Gets or sets the width of a legend in points. |
boolean |
isOverlay()
Indicates whether allowed to overlap title. |
void |
isOverlay(boolean value)
Set whether allowed to overlap title. |
void |
setHeight(float value)
Gets or sets the height of a legend in points. |
void |
setLeft(float value)
Gets or sets the x coordinate of a legend in points. |
void |
setTop(float value)
Gets or sets the y coordinate of a legend in points. |
void |
setWidth(float value)
Gets or sets the width of a legend in points. |
Constructor Detail |
---|
public ChartTextArea(TitleElement elem, Chart parent)
Method Detail |
---|
public float getLeft()
public void setLeft(float value)
value
- public float getTop()
public void setTop(float value)
value
- public float getWidth()
public void setWidth(float value)
value
- public float getHeight()
public void setHeight(float value)
value
- public boolean isOverlay()
public void isOverlay(boolean value)
value
- public ITextFrameProperties getTextProperties()
public FillFormat getFill()
public IChartGridLine getLine()
public EffectDag getEffect()
public FormatThreeD getEffect3D()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |