Visit Gigasoft's Web Site
 ProEssentials v10 Help

Gigasoft.ProEssentials.Pepco.PePlot Members

DataLabelType

This property controls whether the Pie Chart Object displays slice labels as percentages or actual values. The following constants apply to this property: Pie Chart VCL Enumerations eDataLabelType = (pcPercentage, pcDataValue);

DataShadows

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

DropShadowOffsetX

This property controls the horizontal offset of drop shadow for the pie chart: Units are logical, 50 = 50/5000 = 1/100th of width of image. This property should ideally stay within the range of 500 to 500.

DropShadowOffsetY

Controls the vertical offset of drop shadow: Units are logical, 50 = 50/5000 = 1/100th of height of image. This property should ideally stay within the range of 500 to 500.

DropShadowSteps

This property controls the number of fountain steps used to produce a drop shadow for the pie chart. Values 0 through 10, and values 20, 30, 40 ,50, 60 , and 70 provide different drop shadow widths and effects.

DropShadowWidth

This property controls the size of drop shadow for the pie chart: Units are logical, 200 = 200/5000 = 1/25th image size. Recommended values are from 0 to 500.

GradientStyle

This property controls the gradient style for pie charts.

GroupingPercent

This property controls the size of Pie Chart slices that get grouped into the *Other slice. The *Other slice is used to make the graph more readable by pooling all the small sliver type pie slices into one larger pie slice.

ManualRadius

Gets or Sets a manual radius width. This is useful when you have multiple pies on the same form and need a consistent radius among all pies. This property sets the radius as a percentage of control width.

Show3DShadow

This property controls if 3D Pie Charts will also have a drop shadow.

ShowPieLabels

This property controls the style of pie slice label. This property will allow the following options: VCL Enumerations: eShowPieLabels = (pcPercentPlusLabel, pcPercentOnly, pcLabelOnly, pcNoPieLabel);

SliceHatching

This property controls when pie chart slices are hatched. VCL Enumerations: eSliceHatching = (pcMonoHatch, pcMonoAndColorHatch);

SliceLabelFormat

If ShowPieLabels is set to show numberic values. This property allows for adding text before and after slice data numbers. It also controls placing commas on thousand marks and forcing decimal positions.

SliceStartLocation

This property rotates the pie chart to customize slice location. This property is based on 360 degrees.

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.