Visit Gigasoft's Web Site
 ProEssentials v11 Help

Gigasoft.ProEssentials.Pe3do.PeAnnotation.Line Members

BottomMargin

This property defines a string which will be used to allocate extra space below of the graphs grid. This property works a little different depending if a Pe3do, or Pego/Pesgo. For a Pe3do control, this property allocates space along bottom of chart.

XAxis

This property identifies the x axis values associated with vertical line annotations. You use this property in conjunction with VertLineAnnotationText, VertLineAnnotationType, and VertLineAnnotationColor.

XAxisColor

This property array defines which colors are used on vertical line annotations.

XAxisShow

This property determines whether vertical line annotations are shown at all times or controlled via the ShowAnnotations property..

XAxisText

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.

XAxisType

This property array is used to define vertical line annotation types. Type 16 and over only work if RenderEngine is Hybrid or GdiPlus. Note that vertical line annotations will not be seen unless ShowAnnotations or ShowVertLineAnnotations is set to TRUE.

YAxis

This property identifies the y axis values associated with horizontal line annotations. You use this property in conjunction with HorzLineAnnotationText, HorzLineAnnotationType, HorzLineAnnotationColor, and HorzLineAnnotationAxis.

YAxisShow

This property determines whether horizontal line annotations are shown at all times or controlled via the ShowAnnotations property..

YAxisText

This property contains the text for the horizontal 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 left inside edge the graphs grid.

YAxisType

This property array is used to define horizontal line annotation types. Type 16 and over only work if RenderEngine is Hybrid or GdiPlus. Note that horizontal line annotations will not be seen unless ShowAnnotations or ShowHorzLineAnnotations is set to TRUE.

ZAxis

This property identifies the z axis values associated with line annotations along z axis. You use this property in conjunction with ZAxisLineAnnotationText, ZAxisLineAnnotationType, and ZAxisLineAnnotationColor.

ZAxisColor

This property array defines which colors are used on z axis line annotations.

ZAxisShow

This property determines whether z axis line annotations are shown at all times or controlled via the ShowAnnotations property..

ZAxisText

This property contains the text for the z axis line annotations. The text will always be placed on outside edge of axis similar to a grid line label.

ZAxisType

This property array is used to define z axis line annotation types. Type 16 and over only work if RenderEngine is Hybrid or GdiPlus. Note that z axis line annotations will not be seen unless ShowAnnotations or ShowZAxisLineAnnotations is set to TRUE.