Visit Gigasoft's Web Site
 ProEssentials v10 Help

Gigasoft.ProEssentials.Pego.PeLegend Members

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.

AnnotationAxis

This property array is used to relate legend annotations to their corresponding axis. If the axis is not currently being show, the appropriate annotations will also remove themselves. Since there is a maximum of 16 axes, valid values for this property are from 0 to 15.

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.

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.

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.