SubsetPointTypes
Scope
|
Pego, Pesgo, Pe3do, Pepso
|
Type
|
Property Array of type Int32
|
Default
|
PEPT_DOTSOLID
|
.NET
|
PePlot.SubsetPointTypes
|
Ocx|Vcl
|
SubsetPointTypes
|
DLL
|
PEP_naSUBSETPOINTTYPES
|
Purpose
This property array controls which point-types are used to distinguish between multiple subset information in the objects image.
.NET Gigasoft.Enums.
|
ActiveX and
|
|
PointType.
|
DLL Constants
|
Description
|
Plus
|
PEPT_PLUS(0)
|
Plus
|
Cross
|
PEPT_CROSS(1)
|
Cross
|
Dot
|
PEPT_DOT(2))
|
Circle
|
DotSolid
|
PEPT_DOTSOLID(3)
|
Solid Circle
|
Square
|
PEPT_SQUARE(4)
|
Square
|
SquareSolid
|
PEPT_SQUARESOLID(5)
|
Sold Square
|
Diamond
|
PEPT_DIAMOND(6)
|
Diamond
|
DiamondSolid
|
PEPT_DIAMONDSOLID(7)
|
Solid Diamond
|
UpTriangle
|
PEPT_UPTRIANGLE(8)
|
Upward Triangle
|
UpTriangleSolid
|
PEPT_UPTRIANGLESOLID(9)
|
Solid Upward Triangle
|
DownTriangle
|
PEPT_DOWNTRIANGLE(10)
|
Downward Triangle
|
DownTriangleSolid
|
PEPT_DOWNTRIANGLESOLID(11)
|
Solid Downward Triangle
|
Dash
|
PEPT_DASH (72)
|
Dash
|
Pixel
|
PEPT_PIXEL (73)
|
Pixel
|
ArrowN
|
PEPT_ARROW_N (92)
|
Arrow North
|
ArrowNE
|
PEPT_ARROW_NE (93)
|
Arrow North East
|
ArrowE
|
PEPT_ARROW_E (94)
|
Arrow East
|
ArrowSE
|
PEPT_ARROW_SE (95)
|
Arrow South East
|
ArrowS
|
PEPT_ARROW_S (96)
|
Arrow South
|
ArrowSW
|
PEPT_ARROW_SW (97)
|
Arrow South West
|
ArrowW
|
PEPT_ARROW_W (98)
|
Arrow West
|
ArrowNW
|
PEPT_ARROW_NW (99)
|
Arrow North West
|
Comments
PePlot.SubsetPointTypes members of Pego.PePlot, Pesgo.PePlot, Pe3do.PePlot, Pepso.PePlot
These same point-types will be used as symbols when ViewingStyle equals PEVS_MONOWITHSYMBOLS.
Within the demo, see example 000.
SubsetLineTypes is used to control subset line-type information.
See SubsetLineTypes for similar example code on implementing this property.
The 3D Scientific Graph only uses this property when PolyMode is set to PEPM_SCATTER.
See Also: SubsetColors, PlottingMethod
|