|
AllowLargerLegendWidth
|
This feature helps when your implementation potentially shows small controls / charts within your windows. Defines a threshold pixel width where if control width is below this threshold the top/bottom legend uses full width of control instead of limited to width of grid area.
|
|
AnnotationColor
|
This property array defines the colors to be used with legend annotation types defined with LegendAnnotationType.
|
|
AnnotationText
|
This property array defines the text used to legend annotations. Each individual string in this tab delimited array should be less than or equal to 48 characters in length.
|
|
AnnotationType
|
This property array defines the graphic symbols used to legend annotations. The following constants are used with this property array.
|
|
ContourLegendII
|
Controls an optional secondary contour legend.
|
|
ContourLegendPrecision
|
Controls an optional maximum precision (number of decimal places) used within legends when showing a Colored Contour Plot. Default value of zero disables this feature. The precision used will be the maximum required to show the true divisions of contour locations.
|
|
ContourStyle
|
Set this property to TRUE to enable a new continuous color style legend used for 2D color contours and 3D images with either a 2D contour or color contoured surface. The provided demo and example projects show use of the above property (Example 122).
|
|
Location
|
This property controls the location of the subset legends. Possible values are: VCL Enumerations eLegendLocation = (xLegendTop, xLegendBottom, xLegendLeft, xLegendRight);
|
|
OneLinePerLegend
|
This property further controls the single-line LegendStyle.
|
|
Show
|
This property controls whether legends are visible.
|
|
ShowContourLegends
|
This property controls whether contour colors produce legends.
|
|
SimpleLine
|
This property controls line legend symbol style.
|
|
SimplePoint
|
This property controls point legend symbol style.
|
|
Style
|
Controls whether legend symbol and text are on a single line, or whether legend symbol and text are above and below. If using the Graph or Scientific Graph, legends may additionally be placed inside the axis, or when using MultiAxisStyle = PEMAS_SEPARATE_AXES(1), in between axes.
|
|
SubsetsToLegend
|
This property array stores zero-based subset indices which represent subsets to legend. If this property array is empty, all subsets have legends. For example: to show only the 1st, 3d and 5th subsets.
|