Visit Gigasoft's Web Site
 ProEssentials v9 Help

ShowTickMarkTX

Scope

Pesgo

Type

Int32

Default

PESS_NONE

.NET

PeGrid.Option.ShowTickMarkTX

Ocx|Vcl

ShowTickMarkTX

DLL

PEP_nSHOWTICKMARKTX

 

Purpose

This property controls how tick marks are included for a top x axis. Possible values are defined by the following constants:

 

.NET Gigasoft.Enums.

ActiveX and

 

ShowTickMarks.

DLL Constants

Description

TicksInside

PESTM_TICKS_INSIDE (0)

Ticks inside axis.

TicksOutside

PESTM_TICKS_OUTSIDE (1)

Ticks outside axis

TicksHide

PESTM_TICKS_HIDE (2)

Ticks not drawn.

 

Scientific Graph VCL Enumerations

eShowTickMarks = (sgTicksInside, sgTicksOutside, sgTicksHide);

 

Comments

PeGrid.Option.ShowTickMarkTX members of Pesgo.PeGrid.Option

 

See Also: ShowTickMarkX, ShowTickMarkY, ShowTickMarkRY, GridLineControl