Visit Gigasoft's Web Site
 ProEssentials v9 Help

PointHatch

Scope

Pego, Pesgo

Type

Property Array of type Int32

Default

empty

.NET

PePlot.PointHatch

Ocx|Vcl

PointHatch

DLL

PEP_naPOINTHATCH

 

Purpose

This property sets the hatch for each individual Bar PlottingMethod. This property should be used along with PointColors to color the hatch style.

 

.NET Gigasoft.Enums.

ActiveX and

 

HatchType.

DLL Constants

Description

Horizontal

PEHS_HORIZONTAL(0)

Horizontal

Vertical

PEHS_VERTICAL(1)

Vertical

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), or sg(scientific graph).

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

 

Comments

PePlot.PointHatch members of Pego.PePlot, Pesgo.PePlot

 

See Also: SubsetHatch, PointColors, HatchBackColor