|
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.
|
|
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.
|
|
ManualSliceLabelLength
|
ManualRadius may be a better feature to create a consistent radius between multiple pie charts. Set to a number of characters which is larger than any slice label length (PointLabels) within this and other pie charts.
|
|
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.
|