Visit Gigasoft's Web Site
 ProEssentials v9 Help

TickStyle

Scope

Pego, Pesgo, Pe3do, Pepso

Type

Int32

Default

PETS_GRIDSTYLE

.NET

PeGrid.Option.TickStyle

Ocx|Vcl

TickStyle

DLL

PEP_nTICKSTYLE

 

Purpose

This property sets the style for tick marks when used with YAxisLongTicks, and XAxisLongTicks.

 

.NET Gigasoft.Enums.

ActiveX and

TickStyle.

DLL Constants

Description

GridStyle

PETS_GRIDSTYLE (0)

Matches GridStyle

Thick

PETS_THICK (1)

Thick

Dot

PETS_DOT (2)

Dot

Dash

PETS_DASH(3)

Dot

OneUnit

PETS_1UNIT (4)

One Unit

Thin

PETS_THIN (5)

Thin

 

VCL Enumerations:

Replace the x prefix with either g(graph), sg(scientific graph), or ps(polar/smith

eTickStyle = (xMatchGridStyle, xThickTick, xDotTick, xDashTick, xPixelTick, xThinTick)

 

Comments

PeGrid.Option.TickStyle members of Pego.PeGrid.Option, Pesgo.PeGrid.Option, Pe3do.PeGrid.Option, Pepso.PeGrid.Option

 

When using Multiple Axes graphs set this property after setting WorkingAxis.

 

See Also: TickColor, GridStyle