Visit Gigasoft's Web Site
 ProEssentials v9 Help

ShowTickMarkX

Scope

Pego, Pesgo, Pepso

Type

Int32

Default

PESS_NONE

.NET

PeGrid.Option.ShowTickMarkX

Ocx|Vcl

ShowTickMarkX

DLL

PEP_nSHOWTICKMARKX

 

Purpose

This property controls how tick marks are included for the x axis.  If using a table annotation on the bottom of the axis set this constant to PESTM_TICKS_OUTSIDE to avoid overlapping the ticks into the table. 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.

 

VCL Enumerations

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

eShowTickMarks = (xTicksInside, xTicksOutside, xTicksHide);

 

Comments

PeGrid.Option.ShowTickMarkX members of Pego.PeGrid.Option, Pesgo.PeGrid.Option, Pepso.PeGrid.Option

 

See Also: ShowTickMarkY, ShowTickMarkRY, ShowTickMarkTX, GridLineControl