Visit Gigasoft's Web Site
 ProEssentials v9 Help

SubsetHatch

Scope

Pego, Pesgo, Pepco

Type

Property Array of type Int32

Default

empty

.NET

PePlot.SubsetHatch

Ocx|Vcl

SubsetHatch

DLL

PEP_naSUBSETHATCH

 

Purpose

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.

 

.NET Gigasoft.Enums.

ActiveX and

 

HatchType.

DLL Constants

Description

Horizontal

PEHS_HORIZONTAL(0)

Horizontal

Vertical

PEHS_VERTICAL(1)

Vertical

FDiagonal

PEHS_FDIAGONAL(2)

Forward Diagonal

BDiagonal

PEHS_BDIAGONAL (3))

Backward Diagonal

Cross

PEHS_CROSS(4)

Cross

DiagonalCross

PEHS_DIAGCROSS(5)

Diagonal Cross

 

VCL Enumerations:

Replace the x prefix with either g(graph), sg(scientific graph), or pc(pie chart).

eHatchType = (xHorizontalHatch, xVerticalHatch, xFDiagonalHatch, xBDiagonalHatch, xCrossHatch, xDiagonalCrossHatch);

 

Comments

PePlot.SubsetHatch members of Pego.PePlot, Pesgo.PePlot, Pepco.PePlot

 

See Also: HatchBackColor, PointHatch, SubsetColors