Visit Gigasoft's Web Site
 ProEssentials v10 Help

Gigasoft.ProEssentials.Pe3do.PeString Members

CharSet

ProEssentials v5 and earlier were MBCS and this property was needed to handle multibyte character sets. ProEssentials v6 and later is Unicode, however, this property is still needed in certain scenarios which are not inherently Unicode.

ContourLabels

If items are defined in this property and ContourStyleLegend is TRUE, then this property allows for custom text to be associated with a color within the continuously colored contour legend.

ContourLegendTitle

Provides an optional label placed next to contour legend when Pesgo PlottingMethod is ContourColors or Pe3do PlottingMethod is SurfaceContour.

DataPointLabels

This property identifies data labels which will be placed next to data points when AllowDataLabels equals PEADP_DATAPOINTLABELS and GraphDataLabels equals TRUE. Each string in the tab delimited array should be less than or equal to 48 characters in length.

MainTitle

This property identifies the Main Title of the object. This title is the top most title and centered inside the object s bounding rect. Pipe delimiters can be used to split string into Left, Centered, and Right Justified portions.

MultiBottomTitles

This property array can be used to add up to 10 bottom subtitles. Each subtitle has a left, centered, and right justified component delimited with the pipe character "|". Each string in the tab delimited array should be less than or equal to 250 characters in length.

MultiSubTitles

This property array can be used to add up to 10 more subtitles. Each subtitle has a left, centered, and right justified component delimited with the pipe character "|". Each string in the tab delimited array should be less than or equal to 250 characters in length.

PointLabels

This property identifies point labels. Each individual string in this array should be less than or equal to 48 characters in length.

SubsetLabels

This property identifies subset labels. Each string in the array should be less than or equal to 64 characters in length. These labels are place into the subset legend whose position is controlled with LegendLocation.

SubTitle

This property identifies the objects SubTitle. This title is centered and under the main title if it exists.

TextShadows

This property controls whether text will include drop-shadow effects. VCL Enumerations: Replace the x prefix with either g(graph), sg(scientific graph), td(3D scientific graph), ps(polar/smith), or pc(pie chart). eTextShadows = (xShadowNoText, xShadowBoldText, xShadowAllText);

TruncateTitles

When allowing the end-user to reduce the size of the control (by sizing the parent window,) optionally set this property to TRUE to enable the chart to shorten the MainTitle/SubTitle rather than shrinking the font size to an un-legible size.

XAxisLabel

This property controls the text used as the X Axis label.

YAxisLabel

This property controls the text used as the Y Axis label.

ZAxisLabel

This property controls the text used as the Z Axis label.