BottomMargin
|
Gets or Sets a string whose length is used to allocate space below x axis. Mostly used with x axis (vertical) line annotation text using |B justification code. Set this property to the longest annotation string placed on the outside bottom edge of graph.
|
LeftMargin
|
Gets or Sets a string whose length is used to allocate space left of y axis. Mostly used with y axis (horizontal) line annotation text using |L justification code. Set this property to the longest annotation string placed on the outside left edge of graph.
|
LineAnnotBackColor
|
Gets or Sets the background color of line annotation text that uses 'S' (right side opaque justification code) or 'M' (left side opaque). See HorzLineAnnotationText
|
RightMargin
|
Gets or Sets a string whose length is used to allocate space right of y axis. Mostly used with y axis (horizontal) line annotation text using |R justification code. Set this property to the longest annotation string placed on the outside right edge of graph.
|
ShowMargins
|
Controls when margin properties (LeftMargin, TopMargin, RightMargin, BottomMargin) are considered as part of the image.
|
TopMargin
|
Gets or Sets a string whose length is used to allocate space above chart's grid. Mostly used with x axis (vertical) line annotation text using |T justification code. Set this property to the longest annotation string placed on the outside top edge of graph.
|
XAxis
|
Gets and Sets x axis (vertical) line annotation location.
|
XAxisColor
|
Gets and Sets vertical line annotation color.
|
XAxisInFront
|
This optional property controls annotation location/visiblity on a per annotation basis.
|
XAxisShow
|
Gets and Sets whether x axis line annotations are shown at all times or controlled via the PeAnnotation.Show property which controls all annotations.
|
XAxisText
|
Gets and Sets x axis line annotation text.
|
XAxisType
|
Gets and Sets x axis line annotation types. Set with ProEssentials.Enums.LineAnnotationType.
|
XAxisZoomWindow
|
Gets and Sets x axis line annotation zoom window location. Set with ProEssentials.Enums.AnnotationZoomWindow.
|
YAxis
|
Gets and Sets y axis (horizontal) line annotation location.
|
YAxisAxis
|
Gets and Sets y axis line annotation axis location (0 through 5). Only needed if implementing multiple y axes.
|
YAxisColor
|
Gets and Sets y axis line annotation color.
|
YAxisInFront
|
This optional property controls annotation location/visiblity on a per annotation basis.
|
YAxisShow
|
Gets and Sets whether y axis line annotations are shown at all times or controlled via the PeAnnotations.Show property which controls all annotations.
|
YAxisText
|
Gets and Sets y axis line annotation text.
|
YAxisType
|
Gets and Sets y axis line annotation types. Set with ProEssentials.Enums.LineAnnotationType.
|
YAxisZoomWindow
|
Gets and Sets y axis line annotation zoom window location. Set with ProEssentials.Enums.AnnotationZoomWindow.
|