Visit Gigasoft's Web Site
 ProEssentials v9 Help

VertLineAnnotationText

Scope

Pego, Pesgo, Pe3do

Type

Property Array of type String

Default

empty

.NET

PeAnnotation.Line.XAxisText

Ocx|Vcl

VertLineAnnotationText

DLL

PEP_szaVERTLINEANNOTATIONTEXT

 

Purpose

This property contains the text for the vertical line annotations. The text can have the following two-character prefix codes to control placement. The first character is the pipe symbol "|". With no prefix, the text will be placed on the bottom inside edge the graph's grid. Note that 3D Scientific Graph Objects will always place text along outside edge of axis.

 

Prefix

Description

|c

Centers text inside graph's grid.

|t

Top inside edge of graph.

|T

Top outside edge and vertical. See TopMargin

|H

Top outside edge and horizontal.

|b

Bottom inside edge of graph (default.)

|B

Bottom outside edge and vertical. See BottomMargin

|h

Bottom outside edge and horizontal.

 

Example Strings

"|cCentered String Example"

"|TTop Outside Edge"

"|BBottom Outside Edge"

 

Comments

PeAnnotation.Line.XAxisText members of Pego.PeAnnotation.Line, Pesgo.PeAnnotation.Line, Pe3do.PeAnnotation.Line

 

See Also: VertLineAnnotation, VertLineAnnotationType, and VertLineAnnotationColor

 

See Also: HorzLineAnnotationType, GraphAnnotationType

 

Refer to Chapter 7, Question 10 for more information on annotations.