Visit Gigasoft's Web Site
 ProEssentials v10 Help

Gigasoft.ProEssentials.Pesgo.PePlot Members

Allow

Properties controlling whether specific plotting methods will be available.

AppendData

This property is for transferring new colors into a Graph and Scientific Object which is being used in a real-time implementation. Existing point colors will first be shifted to make room for the new color.

Bitmaps

Gets and Sets Resource Bitmap properties. Resource bitmaps are used as custom bitmaps for Subset Symbols and Graph Annotation Symbols by assigning the point type to 10001 + WorkingResourceBitmap index..

ComparisonSubsets

This property is used when you want to combine two different plotting methods in the same graph. This property designates the last (n) quantity of subsets as comparison subsets that should be plotted in an alternate plotting method PlottingMethodII.

DataShadows

This property controls whether shadows or 3D effects will be used with plotting method graphics. VCL Enumerations eDataShadows = (xNo3D, xWithShadows, xWithThreeD);

MarkDataPoints

This property controls whether data-points are marked with a small circle. This is only done during the line, spline, and area plotting methods. HotSpotSize controls size of these marks. These marks are designed to help the user find data point locations to click.

Method

This property determines the plotting method used to render the object's data. Individual access can be allowed to the user via properties such as AllowLine, AllowBar, AllowPoint, and so on...

MethodII

This property determines the second comparison plotting method used to render the objects data-set. For more information on Comparison Subsets, see Chapter 6. This property will rarely be used. See PlottingMethods.

Methods

This property determines the plotting method used to render the objects data-set on a per subset basis. The following constants are available:.

Option

Properties providing general control over plotting method optional features.

PointGradientStyle

This property controls gradient style for all subsets plotted in point PlottingMethod. This property provides an alternate method of applying gradients as compared to SubsetGradientStyle.

PointHatch

This property sets the hatch for each individual Bar PlottingMethod. This property should be used along with PointColors to color the hatch style. VCL Enumerations: Replace the x prefix with either g(graph), or sg(scientific graph).

PointSize

This property controls the size of plotting method points. Possible values are as follows: Graph VCL Enumerations ePointSize = (gSmallPoints, gMediumPoints, gLargePoints, gMicroPoints);

PointTypes

This property sets point types on a per point basis. To change point types per subsets use SubsetPointTypes. To control per subset use of this property, set SubsetForPointTypes.

RYAxisComparisonSubsets

This property is used when you want to combine two different plotting methods in the same graph and the second plotting style graphed with respect to an alternate right y axis.

SpecificPlotMode

The Graph Object has complex plotting methods (PlottingMethod) which require multiple subsets. These types of plotting methods are called Specific Plotting Methods. The following constants tell the Graph Object whether a Specific Plotting Method is being graphed and of what type.

SubsetForPointColors

This property will determine which subset indices use PointColors and which use the default color defined by the SubsetColors property.

SubsetForPointTypes

This property will determine which subset indices will use PointTypes and which will use the default type defined with the SubsetPointTypes property.

SubsetHatch

This property array sets the hatch style for individual subsets identified by their index. Use with bar charts and pie charts. This property should be used along with SubsetColors to color the hatching style. This property sets individual slice hatch for the pie chart.

SubsetLineTypes

This property array controls which line-types are used to distinguish between multiple subset information in the objects image. Type 16 and over only work if RenderEngine is Hybrid or GdiPlus.

SubsetPointTypes

This property array controls which point-types are used to distinguish between multiple subset information in the objects image.

TXAxisComparisonSubsets

This property designates the last (n) quantity of subsets as top x axis subsets that should be plotted with respect to the top x axis.

ZoomWindow

Properties controlling zoom window shown below chart upon zooming chart.