Visit Gigasoft's Web Site
 ProEssentials v10 Help

Gigasoft.ProEssentials.Pepso.PePlot.Option Members

AllowDataLabels

This property controls what type of data-point labels can be placed next to data-points. VCL Enumeration eAllowDataLabels = (sgNoDataLabels, sgDataValues, sgPointLabels, sgDataPointLabels);

Clipping

This property controls whether plotting method graphic commands are clipped to within the axis in which they reside.

FixedLineThickness

This property maintains line thickness independent of image size.

GraphDataLabels

This property controls whether data labels are placed next to data points in the objects plotting method.

HiddenLinesInArea

This property shows or hides the dashed hidden lines that get drawn when one area plot is located behind another area plot. Solid line can be produced with SolidLineOverArea.

LineShadows

By default, disabled. Set to True to add a drop shadow effect to line plotting methods. The shadow effect is very subtle and helps with contrast.

LineSymbolThickness

Controls thickness for all non solid points (cross, dash, non solid dot, etc) for PePlot.Method set to Point. Pixel units are for images less than 3300 pixels in size else thickness scales larger. 1 = 1 pixel 2 = 2 pixels 3 and higer = multiples of a thin line logical unit unit.

MaximumPointSize

This property enables and controls the size of the minimum point size. This property is helpful when using small charts and need to maintain a minimum point size.

MaxMarkerSize

When using MarkDataPoints, this property controls the size of the maximum marker size. Default is enabled, So new v7 logic has smaller marker sizes for larger charts.

MinimumPointSize

This property enables and controls the size of the minimum point size. This property is helpful when using small charts and need to maintain a minimum point size.

NullDataGaps

This property controls whether line graphs will have gaps (broken lines) where null data is located. Null data is defined by the NullDataValue and NullDataValueX properties.

PointColorLineAdj

Related to PointColors property. When PointColorLineAdj is True (non-zero), this causes the line segment preceeding the data point to be colored. Else, the line segment extending past the data point is colored.

SortPlotMethods

If PlottingMethods is used, then by default, plotting methods will automatically be sorted. Sorting results in the following plotting methods set to the foreground in this order: LINE, POINT, OHLC, BAR, and then lastly AREA.

SubsetPointSizes

If one element is defined, controls all subset point sizes by this amount, else, each subset index can be assigned a point size factor. For example, setting to 2.0 will produce point sizes twice as large.

SymbolFrequency

This property controls the frequency of symbols placed into plotting methods (PlottingMethod) when ViewingStyle is equal to PEVS_MONOWITHSYMBOLS.

TreatCompsAsNormal

This property controls whether comparison subsets are viewed as comparison subsets (using PlottingMethodII) or whether they are viewed as normal data using the current plotting method (PlottingMethod).

TriangleAnnotationAdj

This property determines whether the vertex or the center of an up/down triangle or arrow symbol, set with GraphAnnotationType, is placed at the GraphAnnotationX and GraphAnnotationY coordinate.