|
BackColor
|
Gets and Sets whether a color is placed behind
graph annotation text to improve readability. Set to a value of Color.Empty
for a transparent background which is the default. |
|
Color
|
Gets and Sets graph annotation color. |
|
HotSpot
|
Gets and Sets whether an individual graph
annotation is a hot spot. See Also: PeUserInterface.HotSpot.GraphAnnotation. |
|
OnSurfaces
|
Gets and Sets whether Graph Annotations can
be placed into surface plots. By default, Graph Annotations will only
show on wireframe images. |
MinSymbolSize |
Enables and controls the size of the minimum graph annotation symbol. Helpful when using small charts and need to maintain a minimum symbol size. |
Shadow |
Optional property to define per annotation drop-shadows. Also set ShowShadows = True to include drop-shadows within image. |
Show |
Gets and Sets whether graph annotations are shown at all times or controlled via the Annotations.Show property which controls all annotations. |
ShowShadows |
Gets and Sets whether graph annotation drop-shadows defined via GraphAnnotationShadow are shown or hidden. |
|
SizeCntl
|
Gets and Sets a scaling factor to globally
tweak the size of all graph annotation symbols. For example, set to .5
to reduce all annotation symbols in half. Set to 2.0 to double the size
of all annotation symbols. |
|
SubsetObstacles
|
Controls which if any subsets will be avoided
when auto-positioning graph annotation text. By default, graph annotation
text can overlap subset graphics. Set this property to prevent text from
overlapping subset graphics. |
|
Text
|
Gets and Sets graph annotation text value. |
|
TextDodge
|
Set to zero to disable graph annotation text
dodging logic. Disabling will speed up drawing graph annotations. See
TextLocation for more info. |
|
TextLocation
|
Gets and Sets potential automatic graph annotation
text locations. This mechanism is useful when you want to prevent overlapping
annotation text and at the same time want some control as to the possible
placement of this text. |
|
Type
|
Gets and Sets graph annotation types. Set
with ProEssentials.Enums.GraphAnnotationType. |
|
X
|
Gets and Sets graph annotation x axis value. |
|
Y
|
Gets and Sets graph annotation y axis value. |
|
Z
|
Gets and Sets graph annotation z axis value. |