TALocation
|
Scope |
Pe3do, Pepso, Pego,
Pesgo |
|
Type |
Int32 |
|
Default |
PETAL_TOP_CENTER |
|
.NET |
PeAnnotation.Table.Location |
|
Ocx|Vcl |
TALocation |
|
DLL |
PEP_nTALOCATION |
Purpose
This property controls the location of the table annotation. Use this
property along with WorkingTable . Possible
values are:
|
.NET Gigasoft.Enums. |
ActiveX and |
|
|
TALocation. |
DLL Constants |
Description |
|
TopCenter |
PETAL_TOP_CENTER ( 0) |
Top Center |
|
TopLeft |
PETAL_TOP_LEFT ( 1) |
Top Left |
|
LeftCenter |
PETAL_LEFT_CENTER( 2) |
Left Center |
|
BottomLeft |
PETAL_BOTTOM_LEFT ( 3) |
Bottom Left |
|
BottomCenter |
PETAL_BOTTOM_CENTER ( 4) |
Bottom Center |
|
BottomRight |
PETAL_BOTTOM_RIGHT ( 5) |
Bottom Right |
|
RightCenter |
PETAL_RIGHT_CENTER ( 6) |
Right Center |
|
TopRight |
PETAL_TOP_RIGHT ( 7) |
Top Right |
|
InsideTopCenter |
PETAL_INSIDE_TOP_CENTER ( 8) |
Inside Top Center |
|
InsideTopLeft |
PETAL_INSIDE_TOP_LEFT ( 9) |
Inside Top Left |
|
InsideLeftCenter |
PETAL_INSIDE_LEFT_CENTER ( 10) |
Inside Left Center |
|
InsideBottomLeft |
PETAL_INSIDE_BOTTOM_LEFT ( 11) |
Inside Bottom Left |
|
InsideBottomCenter |
PETAL_INSIDE_BOTTOM_CENTER ( 12) |
Inside Bottom Center |
|
InsideBottomRight |
PETAL_INSIDE_BOTTOM_RIGHT ( 13) |
Inside Bottom Right |
|
InsideRightCenter |
PETAL_INSIDE_RIGHT_CENTER ( 14) |
Inside Right Center |
|
InsideTopRight |
PETAL_INSIDE_TOP_RIGHT ( 15) |
Inside Top Right |
InsidePixelUnits |
PETAL_INSIDE_PIXEL_UNITS ( 16) |
Inside Pixel Units set with TAX and TAY |
|
Graph and Scientific Graph only |
|
|
InsideAxis |
PETAL_INSIDE_AXIS ( 100) |
Inside Axis |
|
InsideAxis0 |
PETAL_INSIDE_AXIS_0 ( 100) |
Inside First Axis |
|
InsideAxis1 |
PETAL_INSIDE_AXIS_1 ( 101) |
Inside Second Axis |
|
InsideAxis2 |
PETAL_INSIDE_AXIS_2 ( 102) |
Inside Third Axis |
|
InsideAxis3 |
PETAL_INSIDE_AXIS_3 ( 103) |
Inside Fourth Axis |
|
InsideAxis4 |
PETAL_INSIDE_AXIS_4 ( 104) |
Inside Fifth Axis |
|
InsideAxis5 |
PETAL_INSIDE_AXIS_5 ( 105) |
Inside Sixth Axis |
|
|
|
|
OutsideAxis |
PETAL_OUTSIDE_AXIS ( 200) |
Outside Axis |
|
OutsideAxis0 |
PETAL_OUTSIDE_AXIS_0 ( 200) |
Outside First Axis |
|
OutsideAxis1 |
PETAL_OUTSIDE_AXIS_1 ( 201) |
Outside Second Axis |
|
OutsideAxis2 |
PETAL_OUTSIDE_AXIS_2 ( 202) |
Outside Third Axis |
|
OutsideAxis3 |
PETAL_OUTSIDE_AXIS_3 ( 203) |
Outside Fourth Axis |
|
OutsideAxis4 |
PETAL_OUTSIDE_AXIS_4 ( 204) |
Outside Fifth Axis |
|
OutsideAxis5 |
PETAL_OUTSIDE_AXIS_5 ( 205) |
Outside Sixth Axis |
|
Graph only |
|
|
InsideTable |
PETAL_INSIDE_TABLE ( 300) |
Inside Table |
Graph and Scientifc Graph VCL Enumerations:
Replace the x prefix with either g(graph), or sg(scientific graph)
eTALocation = (xTopCenterDesk, xTopLeftDesk, xLeftCenterDesk, xBottomLeftDesk,
xBottomCenterDesk, xBottomRightDesk, xRightCenterDesk, xTopRightDesk,
xInsideTopCenter, xInsideTopLeft, xInsideLeftCenter, xInsideBottomLeft,
xInsideBottomCenter, xInsideBottomRight, xInsideRightCenter, xInsideTopRight, xInsidePixelUnits,
xInsideAxis0, xInsideAxis1, xInsideAxis2, xInsideAxis3, xInsideAxis4,
xInsideAxis5, xOutsideAxis0, xOutsideAxis1, xOutsideAxis2, xOutsideAxis3,
xOutsideAxis4, xOutsideAxis5, xInsideTable);
Polar Chart and 3D Scientific Graph VCL Enumerations:
Replace the x prefix with either td(3D scientific graph), or ps(polar/smith).
eTALocation = (xTopCenterDesk, xTopLeftDesk, xLeftCenterDesk, xBottomLeftDesk,
xBottomCenterDesk, xBottomRightDesk, xRightCenterDesk, xTopRightDesk,
xInsideTopCenter, xInsideTopLeft, xInsideLeftCenter, xInsideBottomLeft,
xInsideBottomCenter, xInsideBottomRight, xInsideRightCenter, xInsideTopRight, xInsidePixelUnits);
Pie Chart VCL Enumerations:
eTALocation = (pcTopCenterDesk, pcTopLeftDesk, pcLeftCenterDesk, pcBottomLeftDesk,
pcBottomCenterDesk, pcBottomRightDesk, pcRightCenterDesk, pcTopRightDesk, pcInsidePixelUnits);
Comments
PeAnnotation.Table.Location members of Pe3do.PeAnnotation.Table,
Pepso.PeAnnotation.Table, Pego.PeAnnotation.Table,
Pesgo.PeAnnotation.Table
See Also: ShowAllTableAnnotations, and ShowTableAnnotation
See Chapter 7, Common Question 37
for more information on table annotations.
|