|
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.
|
|
LeftMargin
|
This property defines a string which will be used allocate extra space left of the graphs grid. This is mostly used when you have HorzLineAnnotationText where one or more annotations have the "|L" justification code.
|
|
LineAnnotBackColor
|
Gets or Sets the background color of line annotation text that uses 'S' (right side opaque justification code) or 'M' (left side opaque).
|
|
RightMargin
|
This property defines a string which will be used to allocate extra space right of the graphs grid. This is mostly used when you have HorzLineAnnotationText where one or more annotations have the "|R" justification code.
|
|
ShowMargins
|
Controls when margin properties (LeftMargin, TopMargin, RightMargin, BottomMargin) are considered as part of the image. VCL Enumerations: Replace the x prefix with either g(graph), sg(scientific graph). eShowMargins = (xShowAnnotations, xAlwaysShowMargins, xNeverShowMargins)
|
|
TopMargin
|
This property defines a string which will be used to allocate extra space above the graphs grid. This is mostly used when you have VertLineAnnotationText where one or more annotations have the "|T" justification code.
|
|
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.
|
|
XAxisInFront
|
This optional property controls the z-order and visiblity of individual vertical line annotations. If not defined, then all annotations are positioned via their order and AnnotationsInFront.
|
|
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.
|
|
XAxisZoomWindow
|
Gets and Sets potential zoom window location for annotation. Default is property array is empty and annotations will not show in zoom window. Defined by the following constants:.
|
|
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.
|
|
YAxisAxis
|
This property array is used to define which axis horizontal line annotations are to be placed. Since there is a maximum of 16 axes, valid values for this property are from 0 to 15.
|
|
YAxisColor
|
This property array defines which colors are used on horizontal line annotations.
|
|
YAxisInFront
|
This optional property controls the z-order and visiblity of individual horizontal line annotations. If not defined, then all annotations are positioned via their order and AnnotationsInFront.
|
|
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.
|
|
YAxisZoomWindow
|
Gets and Sets potential zoom window location for annotation. Default is property array is empty and annotations will not show in zoom window. Defined by the following constants:.
|