|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.spire.presentation.charts.entity.ChartDataTable
public class ChartDataTable
Represents data table format.
Constructor Summary | |
---|---|
ChartDataTable(DataTableElement 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. |
IChartGridLine |
getLine()
Gets line style properties of a chart. |
boolean |
getShowLegendKey()
Indicates that the data label has legend key. |
ITextFrameProperties |
getText()
Gets Text used for a DataTable. |
boolean |
hasBorders()
True if data table has borders. |
void |
hasBorders(boolean value)
True if data table has borders. |
boolean |
hasHorzBorder()
True if data table has horizontal border. |
void |
hasHorzBorder(boolean value)
True if data table has horizontal border. |
boolean |
hasVertBorder()
True if data table has vertical border. |
void |
hasVertBorder(boolean value)
True if data table has vertical border. |
void |
setShowLegendKey(boolean value)
Indicates that the data label has legend key. |
Constructor Detail |
---|
public ChartDataTable(DataTableElement elem, Chart parent)
Method Detail |
---|
public FillFormat getFill()
public IChartGridLine getLine()
public EffectDag getEffect()
public ITextFrameProperties getText()
public FormatThreeD getEffect3D()
public boolean hasHorzBorder()
public void hasHorzBorder(boolean value)
value
- public boolean hasBorders()
public void hasBorders(boolean value)
value
- public boolean hasVertBorder()
public void hasVertBorder(boolean value)
value
- public boolean getShowLegendKey()
public void setShowLegendKey(boolean value)
value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |