| Parameter |
Type |
Description |
Remarks |
| CreateLine(BSTR label); |
IQaLine* |
|
|
| CreatePicture(BSTR label); |
IQaPicture* |
|
|
| CreatePlotSpace(BSTR label); |
IQaPlotSpace* |
|
|
| CreateShape(BSTR label); |
IQaShape* |
|
|
| CreateTable(BSTR label); |
IQaTable* |
|
|
| CreateText(BSTR label); |
IQaText* |
|
|
| CreateView(BSTR label); |
IQaView* |
|
|
| Delete(); |
long |
|
|
| Duplicate(IQaChart* chart); |
long |
|
|
| GetBottom(); |
double |
|
|
| GetDataSource(); |
IQaDataSource* |
|
|
| GetLeader(); |
IQaLeader* |
|
|
| GetLeft(); |
double |
|
|
| GetLine(BSTR label); |
IQaLine* |
|
|
| GetLineByPos(long pos); |
IQaLine* |
|
|
| GetLineCount(); |
long |
|
|
| GetPicture(BSTR label); |
IQaPicture* |
|
|
| GetPictureByPos(long pos); |
IQaPicture* |
|
|
| GetPictureCount(); |
long |
|
|
| GetPlotSpace(BSTR label); |
IQaPlotSpace* |
|
|
| GetPlotSpaceByPos(long pos); |
IQaPlotSpace* |
|
|
| GetPlotSpaceCount(); |
long |
|
|
| GetRight(); |
double |
|
|
| GetShape(BSTR label); |
IQaShape* |
|
|
| GetShapeByPos(long pos); |
IQaShape* |
|
|
| GetShapeCount(); |
long |
|
|
| GetStyle(); |
IQaStyle* |
|
|
| GetTable(BSTR label); |
IQaTable* |
|
|
| GetTableByPos(long pos); |
IQaTable* |
|
|
| GetTableCount(); |
long |
|
|
| GetText(BSTR label); |
IQaText* |
|
|
| GetTextByPos(long pos); |
IQaText* |
|
|
| GetTextCount(); |
long |
|
|
| GetTop(); |
double |
|
|
| GetView(BSTR label); |
IQaView* |
|
|
| GetViewByPos(long pos); |
IQaView* |
|
|
| GetViewCount(); |
long |
|
|
| Refresh(); |
void |
|
|
| Reload(); |
long |
|
|
| SetBottom(double value); |
void |
|
|
| SetBox(double left, double bottom, double right,
double top); |
long |
|
|
| SetBoxRelative(double left, double bottom, double
right, double top); |
long |
|
|
| SetLeft(double value); |
void |
|
|
| SetRight(double value); |
void |
|
|
| SetTop(double value); |
void |
|
|