|
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.
|
|
GridLineSeparators
|
Vertical grid lines within the charting area normally draw at data point locations. GridLineSeparators set to True will draw vertical grid lines at the mid points between data points. This aligns with how the 2 dimensional PointLabelsII are separated.
|
|
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.
|
|
PointLabelRows
|
Set to 2 or larger to form multi-line point labels below x axis. PointLabels will need to include pipe symbol '|' delimiters to signify where line-feeds exist within each point label. Generally set to 2, 3 or 4 rows.
|
|
PointLabels
|
This property identifies point labels. Each individual string in this array should be less than or equal to 48 characters in length.
|
|
PointLabelsII
|
This property provides a 2 dimensional table of labels below the x axis. The number columns should match the Points property. The number of rows should be 1 to 50. All rows have the same number of cells.
|
|
PointLabelsIIBoxed
|
This property enables horizontal grid lines between rows of PointLabelsII. The table can be further formatted with vertical grid lines via the PointLabelsIISeparators property. Grid lines within the charting area normally draw vertical grid lines at data point locations.
|
|
PointLabelsIISeparators
|
This property enables vertical grid lines between columns of PointLabelsII. The table can be further formatted with horizontal grid lines via the PointLabelsIIBoxed property. Grid lines within the charting area normally draw vertical grid lines at data point locations.
|
|
RYAxisLabel
|
This property controls the text used as the right Y Axis label.
|
|
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.
|
|
TruncateXAxisLabels
|
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 XAxisLabel rather than shrinking the font size to an un-legible size.
|
|
TruncateYAxisLabels
|
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 YAxisLabel 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.
|