Visit Gigasoft's Web Site
 ProEssentials v11 Help

Gigasoft.ProEssentials.Pepso.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.

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.

RoseCenterLabel

This property is only used in a real-time implementation. This property represents a data value which will be used to calculate the maximum data string length which will be placed into the Graph Objects table.

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.